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!
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!