mWindow.setAlpha()

Availability

Windows: Not Yet Available

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

Usage

mWindow.setAlpha(level:Number) : Void

Parameters

level - Number from 0 to 100; fully transparent = 0; fully opaque = 100.

Returns

Nothing.

Description

Method; MAC ONLY - Sets the alpha level of the window. This command can be used to make the window fade in and out.

Example

This example set the alpha level of the window to 50%.

mWindow.setAlpha(50);

See Also

mWindow.setShape()

Code Examples

mProjector Class Basics -- mWindow