how to show handles?

Howard Bornstein bornstein at designeq.com
Wed Aug 14 23:53:01 EDT 2002


>What I want to do is do something like:
>
>on mouseDown
>	set the showhandles of me to true
>	grab me
>end mouseDown


Try this:

on mouseDown
  select me
  grab me
end mouseDown

on mouseup
  select empty
end mouseup



Regards,

Howard Bornstein
____________________
D E S I G N  E Q
www.designeq.com



More information about the use-livecode mailing list