I’m trying to write a script that loads a movie, and jumps to a particular scene in that movie.
I have the following script on a button:
on (press) {
loadMovieNum(“two.swf”, 4);
}
It’s supposed to load the movie ‘two.swf’, and jump to the fifth scene, however, it jumps to the first scene. Can anyone help me out?
Thanks in advance
Peace