Flash Lite 1.x ActionScript Language Reference |
|
|
|
| Flash Lite Global Functions > nextFrame() | |||
Flash Lite 1.0.
nextFrame()
None.
Function; sends the playhead to the next frame and stops it.
In the following example, when the user clicks the button, the playhead moves to the next frame and stops:
on (release) {
nextFrame();
}
|
|
|
|