I have a movie clip on the stage and have given it the instance name “team1”. inside this movie clip there are two states. at frame1 it says one thing, then at frame 10 has an image.
team1 stops at frame 1 and what i want to do is when the main time line reaches say frame 50, i want the team1 movie clip to gotoAndStop at frame 10, thus showing the image and not the text.
i tried doing it by putting this on the main timeline at frame 50:
team1.gotoAndStop(“team”);
but it doesn’t work. What have I missed as I know this is possible.
Sean