Scenes and Movie Clips

I have a movie clip and there is going to be certain interactions that are going to have to call different scenes. How do I go about calling different Scenes within a movie clip?

I suggest placing frame labels in each scene and using this script to link to the labels instead of the scenes. You would use a script similar to this.[AS]_root.gotoAndPlay(“framelabelname”);[/AS]

“framelabelname” of course would be the label in the scence you’re linking too.