Pilby wrote:
How can I get the mouse xy-coordinates? I'm trying to drop an object into a Canvas, and I'd like the object to position itself where it is dropped, and I can't do that unless I knew what the mouse xy-coordinatse are at the time.

See the 'mouseX' and 'mouseY' properties. You might have to convert from global co-ordinates to local co-ordinates using globalToLocal()


Manish




Reply via email to