Reverse Rollover?
Reverse Rollover?
Out of context: Reply #11
- Started
- Last post
- 18 Responses
- unfittoprint0
on the last movieclip button put:
this.onEnterFrame=function(){
if(this._currentframe!=1){
gotoAndStop(this._currentframe-1...
} else{
stop()
delete onEnterFrame;
}