symbolInstance.colorBlueAmount
Availability
Flash MX 2004.
Usage
symbolInstance.colorBlueAmount
Description
Property; an integer that is part of the color transformation for the instance. This property is
equivalent to using the Color > Advanced setting in the instance Property inspector.
Allowable values are from -255 to 255.
symbolInstance.colorBluePercent
Availability
Flash MX 2004.
Usage
symbolInstance.colorBluePercent
Description
Property; an integer that is part of the color transformation for the instance. This property is
equivalent to using the Color > Advanced setting in the instance Property inspector (the
percentage controls on the left of the dialog box). This value sets the blue values to a specified
percentage. Allowable values are from -100 to 100.
Example
The following example sets the
of the selected symbol instance to 80:
colorBluePercent
fl.getDocumentDOM().selection[0].colorBluePercent = 80;
symbolInstance.colorGreenAmount
Availability
Flash MX 2004.
Usage
symbolInstance.colorGreenAmount
420
Objects
Need help?
Do you have a question about the FLASH 8-EXTENDING FLASH and is the answer not in the manual?