another sunday flash help
another sunday flash help
- Started
- Last post
- 3 Responses
- a-train
ok, i have this button linked to a an animation at the parent level on the stage. Whey does this not work?
on (rollOver) {
gotoAndPlay("this._parent.MA1,2...
}
on (rollOut) {
gotoAndPlay("this._parent.MA1,11...
}Thanks.
- tripleflux0
_parent/_root always go first
- a-train0
Even when its like this, it doesnt work. Do I need to have both the button and the animation in a seperate movie clip?
on (rollOver) {
gotoAndPlay("_root.MA1", 2);
}
on (rollOut) {
gotoAndPlay("_root.MA1", 11);
}
- a-train0
nevermind, i got it. Im SOOOOOO not used to AS 2.0, things tend to be more spread out than 1.1