Page 1 of 1

paintin program

Posted: Mon Jul 18, 2011 11:15 pm
by adventuresofgreg
Hello - I need to include a simple painting program in my app. Is there a sample stack somewhere that I could lift?

Thanks!
Greg Kolodziejzyk

Re: painting program

Posted: Tue Jul 19, 2011 1:13 am
by Mark
Hi Greg,

All you need to do is include a small palette with the paint tools. The buttons should contain a simple script like

Code: Select all

on mouseUp
  choose bucket tool
end mouseUp
If you look up "choose" in the dictionary, you'll find a list of available paint tools.

Kind regards,

Mark