On 2 Aug 2007, at 18:22, Len Morgan wrote:
I'm having a few problems where the "mouseRelease" message is getting sent (it drops the picture where the mouse button was let go) but then it still seems to think I'm holding down the button and I've still got an image that's getting dragged around. This leaves images laying around all over the screen.
You should probably add a mouseUp handler too that is identical to the mouseRelease handler. This will catch cases where you release the mouse while it is still over the original target.
Not sure if that is the cause of your current problem, but worth trying. Cheers Dave _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
