loadMovieNum not working
Hi there, I'm in the process of making a game where when the player gets a score of 5 a movie is loaded onto the screen. The code I've tried is:
if (counter==5){
loadMovieNum("randomfact.swf", 2);
}
Counter is the name of the dynamic text that counts the score.
If anyone could give any advice or a better way to do this that would be great.
Thanks for your time
TheEzmonator