Hi,
I have a movie with a number of scenes, say 10. How can I test the movie from scene 3 to scene 5 and not playing all the scenes for testing?
Thanks
mx-guest2004
make a copy of ur movie, but only with scene3-5, then text ur new movie.
is it one of the things we can do?
or put a gotoAndPlay(βScene 3β,1); on your first frame of your movie clip
And maybe a stop(); wher you want your movie to stop.