EasyManua.ls Logo

MACROMEDIA FLASH MX 2004 - ACTIONSCRIPT - Page 734

MACROMEDIA FLASH MX 2004 - ACTIONSCRIPT
816 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
734 Chapter 12: ActionScript Dictionary
toggleHighQuality()
Availability
Flash 2; deprecated in favor of _quality.
Usage
toggleHighQuality()
Parameters
None.
Returns
Nothing.
Description
Deprecated function; turns anti-aliasing on and off in Flash Player. Anti-aliasing smooths the
edges of objects and slows down SWF playback. This action affects all SWF files in Flash Player.
Example
The following code could be applied to a button that, when clicked, would toggle anti-aliasing
on and off:
on(release) {
toggleHighQuality();
}
See also
_highquality
, _quality
trace()
Availability
Flash Player 4.
Usage
trace(expression)
Parameters
expression
An expression to evaluate. When a SWF file is opened in the Flash authoring
tool (via the Test Movie command), the value of the expression parameter is displayed in the
Output panel.
Returns
Nothing.

Table of Contents

Related product manuals