Is there any way to direct a loadmovie to start at a particular frame when you use loadMovieNum?
I have an introduction frame i’d like users to avoid. I loaded the movie into 0 level so that it could function with all the processing speed. alone. however when the user returns to the main movie i’d like them to skip intro and go to frame 15.
on (release) {
loadMovieNum(“introd.swf”, 0);
}
is it possible?
maria