moveStopped?

Peter T. Evensen pevensen at siboneylg.com
Mon Jan 26 11:59:35 EST 2004


There must be something simple I'm overlooking.  I have the following in an 
object's script:

on mouseUp
                 move me to 300, 400 in 10 sec
end mouseUp

on moveStopped
         beep
         set the loc of me to 10, 10
end moveStopped

moveStopped is never sent to the object.  I've tried this with a group and 
with a circle graphic.   No beep.  I even put a breakpoint in the on 
moveStopped, it never breaks.

Is there something I'm doing wrong?  I have tried specifying the object by 
name in the move, instead of saying "me" but that didn't work either.

Peter T. Evensen
http://www.PetersRoadToHealth.com


More information about the use-livecode mailing list