>
>I'm not sure if I understand the problem, but ...
>
>Are the handlers that control the movement of the image in the script 
>of the image (mouseDown, mouseMove, mouseUp)? If so, "sending" the 
>mouseDown to the image won't produce the other messages you get with 
>a real click. Instead of sending a mouseDown message, could you send 
>another message?
>
>For example, in the palette:
>
>on mouseDown
>--close stack or whatever
>send "myMessage" to image "boot"
>end mouseDown
>
>In the image:
>
>on myMessage
>   if the mouse is down then
>     set the loc of me to the mouseLoc  --or whatever
>     send "myMessage' to me in 5 milliseconds
>   end if
>end myMessage
>
>Cheers
>Dave Cragg


Yes, you understod correctly. It is working now.
Thanks a lot for all help on this!

Regards,
Eva


Reply via email to