Goofy Drawing question
Richmond Mathewson
richmondmathewson at gmail.com
Sat Feb 25 07:16:20 EST 2017
Aah: paint, as I don't really want lots of "artifacts" lying around
after the exercise.
Richmond.
On 2/25/17 12:07 pm, hh via use-livecode wrote:
> Assuming you wish to draw, not to paint:
>
> local gg="goofy", fc="255,0,0", ls=3
>
> on mouseUp
> lock screen
> if there is no grc gg then create grc gg
> set style of grc gg to "polygon" -- or "line"
> set points of grc gg to (250,250),(375, 375)
> set lineSize of grc gg to ls
> set forecolor of grc gg to fc
> unlock screen
> end mouseUp
>
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
More information about the use-livecode
mailing list