flash previous frame
flash previous frame
Out of context: Reply #5
- Started
- Last post
- 6 Responses
- unfittoprint0
button.onRelease = function(){
if (_currentframe>1) {
gotoAndStop(_currentframe-1);
}
}
button.onRelease = function(){
if (_currentframe>1) {
gotoAndStop(_currentframe-1);
}
}