Extending Flash |
|
|
|
| Objects > Effect object > effect.symbolType | |||
Flash MX 2004.
effect.symbolType
Read-only property; a string that specifies the type of symbol to create during the initial application of the effect. The supported types are: "graphic", "movie clip", and "button". If a symbol type was not specified when the effect was created, the default value is "graphic".
The following example stores the symbol type for the current effect in the efType variable:
var efType = fl.activeEffect.symbolType;
|
|
|
|