I have posted this question before but not too clear, so I deleted it and make a new thread.

Simple movie contains 2 scenes. Scene 1 has a movie clip named A. Inside A, there is a button. I want to move to a NEXT scence on the main time line everytime I clik that the button in MC A.

Using nextScene(), preScene() is possible with this? Or I have to label the scene, and using gotoAndPlay()? I don't want to label the scenes becuz the movie can get up 100 scenes.