ActionScript-HELP
ActionScript-HELP
Out of context: Reply #3
- Started
- Last post
- 9 Responses
- fusionpixel0
you have the right idea, but the wrong aproach.
Just for the sake of fixing your problem use the code below:
--
_root.main.theButton.onRollOver = function () {
main.nextFrame();
main.play();
}----