Hi, I’m trying to control the scenes of an external swf file. When i type the following codes in my Frame 1 script, nothing seems to be executed:
loadMovieNum("World.swf", 9);
_level9.gotoAndStop(2);
does anybody know who i did wrong or any syntax errors?