Flash q
Flash q
Out of context: Reply #5
- Started
- Last post
- 7 Responses
- DBitW0
ok maybe i can elaborate,
so I have a mc named clone that is being duped
inside of clone on the first frame i have this
function activate(status) {
if (status) {
_root.active.activate(false);
_root.active = this;
this.gotoAndStop("on");
} else {
this.gotoAndStop("off");
}
}on the button i have
on(press){
this.activate = true;
}but nothing is happenin, :(