i noticed some Paint confusion when consulting the Dictionary:
Command or Function--------------------------Platforms
Set the brush to 13-----------------------------All
Set the Eraser to 15----------------------------All
tool (as a function)-----------------------------All
Set the tool to "brush tool" -------------------All (but does not work on mobile)
Set the tool to "pencil tool"------------------ All (works on mobile)
Set the tool to "eraser tool" -------------All (does not work on mobile)
Choose toolName tool -------------------mac-win-lin
Choose Pencil tool --------------------------mac-win-lin (but works on mobile)
Choose Brush tool -------------------------- mac-win-lin (does not work on mobile)
Few questions:
Can anyone also confirm that Brush does not work on mobile(Android)?
According the Dictionary --> Choose tool is equivalent to Set the tool to
So why is the Set form for All platforms and Choose only for Desktops?
Tested with lc8.1.7 stable
Just using set the tool to "brush" in a simple mousedown handler
Code: Select all
on mousedown
set the tool to "brush tool"
end mousedown
Thanks for any clearance on this.
(and of course, i could be doing it all wrong...) and if not i might file a bug report.