MACROMEDIA FLASH 8-EXTENDING FLASH Manual page 421

Extending flash
Table of Contents

Advertisement

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.colorGreenPercent
Availability
Flash MX 2004.
Usage
symbolInstance.colorGreenPercent
Description
Property; 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 green values by a specified
percentage. Allowable values are from -100 to 100.
Example
The following example sets the
of the selected symbol instance to 70:
colorGreenPercent
fl.getDocumentDOM().selection[0].colorGreenPercent = 70;
symbolInstance.colorMode
Availability
Flash MX 2004.
Usage
symbolInstance.colorMode
Description
Property; a string that specifies the color mode as identified in the symbol Property inspector
Color pop-up menu. Acceptable values are
,
,
,
, and
"none"
"brightness"
"tint"
"alpha"
.
"advanced"
SymbolInstance object
421

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH 8-EXTENDING FLASH and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

Flash 8

Table of Contents