interface org.aswing.dnd.DropMotion

The motion when a drag action dropped. The motion must remove the drag movie clip when motion is completed. @author paling

Instance Fields

function forceStop(): Void

A new drag is started, so the last motion should be stopped if it is still running.

function startMotionAndLaterRemove(dragInitiator:Component, dragObject:Sprite): Void

Starts the drop motion and remove the dragObject from its parent when motion is completed.

dragInitiator

the drag initiator

dragObject

the display object to do motion