irafis
12-07-2006, 06:59 PM
Hi.
I have an animated movie-button (10 frames). It is inside of another movie.
I want that on release load ex_scene1
My code:
on (release) {
gotoAndPlay(2);
_root.gotoAndPlay("ex_scene1", 1)
}
When i click i see the animation but the scene doesn't load.
Maybe i have to put _root.gotoAndPlay("ex_scene1", 1) on the last keyframe in animation?
Thank you,
Cris
I have an animated movie-button (10 frames). It is inside of another movie.
I want that on release load ex_scene1
My code:
on (release) {
gotoAndPlay(2);
_root.gotoAndPlay("ex_scene1", 1)
}
When i click i see the animation but the scene doesn't load.
Maybe i have to put _root.gotoAndPlay("ex_scene1", 1) on the last keyframe in animation?
Thank you,
Cris