Go to specific scene?

Hi
How do I go from 1 scene in a file, to a specific scene in another file? Must I use those Named Anchors, and whats the scripting then??

This is what I’ve got at the moment:


on (release, keyPress "<Left>") {
	loadMovieNum("presentation.swf", 0);
}
 

but it just starts the whole file from the start… I want it to go to example: scene 5 in presentation.swf…??

Thanks for the help!!!:love: