Returns
Nothing.
Description
Methods; sets the opacity of the instance.
Example
The following example sets the opacity of the tint to a value of 50:
fl.getDocumentDOM().setInstanceAlpha(50);
document.setInstanceBrightness()
Availability
Flash MX 2004.
Usage
document.setInstanceBrightness( brightness )
Parameters
An integer that specifies brightness as a value from -100 (black) to 100 (white).
brightness
Returns
Nothing.
Description
Method; sets the brightness for the instance.
Example
The following example sets the brightness for the instance to a value of 50:
fl.getDocumentDOM().setInstanceBrightness(50);
document.setInstanceTint()
Availability
Flash MX 2004.
Usage
document.setInstanceTint( color
Parameters
A color string in hexadecimal #rrggbb format (where r is red, g is green, and b is blue), a
color
hexidecimal color value (such as, 0xff0000), or an integer color value that specifies the color of the
tint. This parameter is equivalent to picking the
Inspector.
An integer between 0 and 100 that specifies the opacity of the tint.
strength
,
strength )
Color: Tint
value for a symbol in the Property
Document object
119
Need help?
Do you have a question about the FLASH MX 2004-FLASH JAVASCRIPT DICTIONARY and is the answer not in the manual?