Flash 2。
prevFrame()
无。
函数;将播放头转到前一帧并停止。如果当前帧为第 1 帧,则播放头不移动。
当用户单击附加了以下处理函数的按钮时,播放头移到上一帧。
on (release) { prevFrame(); }
MovieClip.prevFrame()