Goofy Drawing question

J. Landman Gay jacque at hyperactivesw.com
Sat Feb 25 10:52:15 EST 2017


With a paint tool selected, use the "drag" command.

--
Jacqueline Landman Gay         |     jacque at hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com



On February 25, 2017 6:18:16 AM Richmond Mathewson via use-livecode 
<use-livecode at lists.runrev.com> wrote:

> 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
>
> _______________________________________________
> 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