Flash 2.
prevFrame()
None.
Nothing.
Action; sends the playhead to the previous frame and stops it. If the current frame is 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(); }