Flash Button Question
Flash Button Question
Out of context: Reply #2
- Started
- Last post
- 4 Responses
- Robo0
Yeah I am using the following code for the rollover movie:
on (rollOver) {
b1.gotoAndPlay("on");
}
on (rollOut) {
b1.gotoAndPlay("off");
}How do I set the variable?