Hello…ok i have game im doing, and i want it to jump to level 2 upon completing the first level, but the problem is, the level 2 is a seperate swf, i’ve tried to use
on (release) {
loadMovie("level2.swf",2)
}
but still couldnt get it to swap instead it opens up in a new window…
So please help…thanks in advance.