|
Flash Actions Library v1.0
Description: Actions in this Library allow you to apply or
retrieve a fill, stroke or stage background color from vector graphics and
text. Included in the Library is an Action to insert hexadecimal color syntax
into ActionScript code.
Flash does not allow fill or stroke colors to be applied to grouped shapes.
You must ungroup the shape before you apply a fill or stroke color to it. In
the same way, you need to ungroup a shape before taking a color from it.
In Flash, CMYK and Grayscale colors are converted into RGB color
space before
being applied to a color property. Colors taken from Flash are added to a palette
as RGB color space colors.
There are no drag and drop Actions in the Flash Actions Library.
Supported Applications: Macromedia/Adobe Flash Versions 7.2(MX2004), 8
and CS3.
Actions
| Name |
Description |
 |
Set Fill |
Sets the fill color. |
 |
Set Stroke |
Sets the stroke color. |
 |
Set Background |
Sets the stage background color. |
 |
ActionScript Color |
Inserts hexadecimal color syntax suitable for ActionScript. For example,
'0x003366'. |
 |
Get Fill |
Retrieves the fill color. |
 |
Get Stroke |
Retrieves the stroke color. |
 |
Get Background |
Retrieves the stage background color. |
|