flash question?
flash question?
Out of context: Reply #6
- Started
- Last post
- 7 Responses
- elliott0
no button? paste the actionscript on the MC timeline.
this.onRollOver = function(){
this.gotoAndStop(10);
}
this.onRollOut = function(){
this.gotoAndStop(1);
}