Syntax: |
the static of sprite whichFlashSprite |
|
the static of member whichFlashMember
|
Type: |
Cast member property; sprite property |
Description: |
This property controls the playback performance of a Flash movie sprite depending on whether the movie contains animation. The static property can have these values: |
|
 |
TRUE The movie does not contain animation. Optimize playback by redrawing
the sprite only when it moves or changes size.
|
 |
FALSE The movie contains animation. Redraw the sprite for each frame.
|
|
|
The static property can be tested and set. The default setting is FALSE .
|
 |
|