Flash Button Question
Flash Button Question
Out of context: Reply #4
- Started
- Last post
- 4 Responses
- unfittoprint0
ok. As I stated before don't use buttons. do movie clips with:
this.onPress=function(){
dothis
}
this.onRollOver=function(){
dothis
}
this.onRollOut=function(){
dothis
}for example dothis on the onPress event could be:
active.gotoAndStop("off")
active=this
this.gotoAndStop("on")