Flash Lite 1.x ActionScript Language Reference |
|
|
|
| Flash Lite Global Functions > prevFrame() | |||
Flash Lite 1.0.
prevFrame()
None.
Function; sends the playhead to the previous frame and stops it. If the current frame is Frame 1, the playhead does not move.
When the user clicks a button that has the following handler attached to it, the playhead is sent to the previous frame:
on(release) {
prevFrame();
}
|
|
|
|