![]() ![]() | |
Flash 2.
prevFrame()
None.
Nothing.
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();
}
![]() ![]() | |