PDA

View Full Version : loadMovie, jumps scene instead?


phax
03-19-2003, 10:36 AM
I have this home button with this simple action;

on (release) {
loadMovieNum("swf/home.swf", 0);
}

It's supposed to take me back home, but instead of loading home.swf it takes me back to scene 3 of the movie i'm in! :confused:

If I hit the button when in scene 3 nothing happens, but if I hit the button when in scene 2 the movie just goes gray.. (scene 1 is just a preloader.)



I've probably just done a stupid mistake..
anyway, need some help!

linckx
03-19-2003, 11:20 AM
try loading on level 1 instead of on 0?

robin

phax
03-19-2003, 01:05 PM
hum.. couldn't figure it out so I ended up working around the problem.. I ended up with a better solution so it was just as well! :)

but thanks anyway!