Basically what im trying to do is load a movie at the click of a button but i need the movie to load starting with frame (111).
I tried this:
on (release){
gotoAndStop(16):
loadMovieNum(“menunew.swf”,1);
_level1.gotoAndPlay(111);
}
but its still loading the movie from frame 1.
How can i fix this ?
Thank you.