Go to certain frame within level 0

I am trying to go to a certain frame within level 0. When you are in level 4, for example, and you click the button that takes you back to level 0, I would like to bypass the preloader and initial animation in level 0 and start at frame 3. I would like to think that it’s as easy as:

loadmovieNum(“main.swf”, 0);
_level0.gotoAndPlay(3);

But somehow I’m thinking it’s not that easy… Because it didn’t work :slight_smile:

Any suggestions?