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
paintin program
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
-
- Posts: 349
- Joined: Tue Oct 28, 2008 1:23 am
- Contact:
Re: painting program
Hi Greg,
All you need to do is include a small palette with the paint tools. The buttons should contain a simple script like
If you look up "choose" in the dictionary, you'll find a list of available paint tools.
Kind regards,
Mark
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
Kind regards,
Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode