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

--
Jacqueline Landman Gay         |     [email protected]
HyperActive Software           |     http://www.hyperactivesw.com



On February 25, 2017 6:18:16 AM Richmond Mathewson via use-livecode <[email protected]> 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
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

_______________________________________________
use-livecode mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode



_______________________________________________
use-livecode mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to