Shy Images

Dave Cragg dave.cragg at lacscentre.co.uk
Thu Aug 2 18:35:57 EDT 2007


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



More information about the use-livecode mailing list