Help with drawing in LiveCode...

dunbarxx dunbarx at aol.com
Thu Jun 20 15:02:29 EDT 2019


Hi.

Untested, but this is kluge time.

Something like this in the card script, though I bet it can be made cleaner
and more robust:

on mouseLeave
   set the liveHandles of this cd to the  name of the target
   select empty
end mouseLeave

on mouseEnter
   do "select" &&  the liveHandles of this cd
end mouseEnter

Craig



--
Sent from: http://runtime-revolution.278305.n4.nabble.com/Revolution-User-f278306.html




More information about the use-livecode mailing list