Flash Button Question
Flash Button Question
Out of context: Reply #3
- Started
- Last post
- 4 Responses
- dehryll0
if i understand correctly, how about the following:
on (rollOver) {
b1.gotoAndPlay("on");
}
on (rollOut) {
if (_root.active_button !=1){
b1.gotoAndPlay("off");
}
}
on (release){
_root.active_button=1
b1.gotoAndPlay("on")
}just change the "1" to a different number for each button