Flash q
Flash q
Out of context: Reply #1
- Started
- Last post
- 7 Responses
- unfittoprint0
//within the MC.
function activate(status){
if(status){
_root.active.activate(false);
_root.active = this
this.gotoAndStop("on);
} else {
this.gotoAndStop("off");
}this.onPress(){
this.activate(true);
}