interface org.aswing.dnd.DropMotion
| Implementors | ||||||
![]() | DirectlyRemoveMotion, RejectedMotion |
| ||||
The motion when a drag action dropped. The motion must remove the drag movie clip when motion is completed. @author paling
Instance Fields
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 |
