AS2 onDragOver Functional Replacement


/ Published in: ActionScript
Save to your folder(s)

Because onDragOver in AS2 doesn't really work, here is some script for actually detecting whether the mouse button is held down when rolling over something. NOTE that for ideal usage, you will have to write some actual collision detection between the cursor (_xmouse /_ymouse) and whatever object(s) you wish to roll over.

URL: http://www.actionscript.org/forums/showthread.php3?t=152993

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.