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
_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to