Button.onDragOut

Availability

Flash Player 6.

Usage

my_btn.onDragOut = function() {
  // your statements here
}

Parameters

None.

Returns

Nothing.

Description

Event handler; invoked when the mouse button is pressed over the button and the pointer then rolls outside the button.

You must define a function that executes when the event handler is invoked.