| Property |
Description |
Example |
|---|---|---|
| _targetInstanceName | The instance name of the movieClip or level that the speedController is linked to. | _level1 |
| sliderVisibility | Specifies whether the slider should be visible on the stage or not. If set to true, the end user will be able to change the speed of the movie. | true |
| speed | The FPS (frames per second) at which the movie should run. The range is -100 to 100. A negative range would cause the movie to play in reverse. A value of zero would cause the movie to stop. | 30 |
| Auto loop fwd | Specifies whether to loop the movie continuously when playing forward. | true |
| Auto loop rew | Specifies whether to loop the movie continuously when playing in reverse. When the movie gets to frame 1, it would start playing in reverse again from the last frame. | false |