Help

I need some help with flash MX.

I have a movie with a menu inserted as movie symbol on the main timeline, along with another movie which I want to be triggered from the menu on the main timeline.

The other movie is also a symbol called ‘event finder’ which has been placed on the main timeline 1 frame after a stop on the main timeline.

I want a button to be pressed on the ‘menu’ movie which will then trigger the main scene to move foward a frame and continue with the animation.

I have tried this:

on (rollOver) {
play();
}
on (rollOut) {
gotoAndStop(1);
}
on (release) {
gotoAndPlay(“main scene”, 101);
}

The problem obviously being the last line but I can’t figure out why it won’t continue with the animation on the main scene.

So please help me!

put _root.gotoAndPlay.

pom 0]

Yay. Thankyou. Its worked. :slight_smile: