mWindow.startDrag()

Availability

Windows: Flash 8 or 9 AS2.0 SWF + mProjector 3.0; Windows 98/ME/NT Support: Flash 7 SWF + mProjector 2.0;

Macintosh: Flash 8 or 9 AS2.0 SWF + mProjector 1.0;

Usage

mWindow.startDrag() : Void

Parameters

None.

Returns

Nothing.

Description

Method; Starts a window dragging session. This method should be called from an on-press event handler. Dragging is stopped automatically when the mouse button is released. Dragging can also be stopped manually using the mWindow.stopDrag() function.

Example

The following example starts a window dragging session.

On (press)
{
    mWindow.startDrag();
}

See Also

mApplication.stopDrag()

Code Examples

Application Basics