PDA

View Full Version : onDragOver With Symbol



metalculus84
August 26th, 2009, 08:31 PM
Hi,

I am having a hell of a time getting a MovieClip to detect whether another MovieClip is being dragged over it in ActionScript 3.0? Does anyone know of a good implementation.

Thanks

FizixMan
August 27th, 2009, 12:00 AM
If it's anything like ActionScript 2, the OnDragOver event only happens when the user first clicks on the clip, drags out, then drags back in. It won't fire if the user clicks outside the clip, then drags over.

I don't know if that's still the case in AS3, but a useful (if not annoying) tidbit to be aware of.