Padawan
06-18-2004, 09:09 AM
Hi guys!
i've got a lil problem with my swfs. My swf structure is like this:
* Interface - loads some other swfs when nav is clicked on - ???
* Background - loads the interface - works
* Base - loads a random background (1 outta 10) - works
But the problem is that when the navigation in the interface is clicked, no link works! (i've adressed the navigation to jump to some frames in another movie in the interface swf, depending on what button in the nav you click).
By the way, a button in the interface nav has this actionscript:
on (release) {
_root.container.unloadMovieNum(3); //Clears loaded swf in interface.swf
_root.movie.gotoAndStop("home"); // Goes to the "home" frame, which is one of those who dont work
}
^ Is that code ok?
Err....i hope you guys understand what i mean. And i hope you can help me with this mess....
Regards, Padawan
i've got a lil problem with my swfs. My swf structure is like this:
* Interface - loads some other swfs when nav is clicked on - ???
* Background - loads the interface - works
* Base - loads a random background (1 outta 10) - works
But the problem is that when the navigation in the interface is clicked, no link works! (i've adressed the navigation to jump to some frames in another movie in the interface swf, depending on what button in the nav you click).
By the way, a button in the interface nav has this actionscript:
on (release) {
_root.container.unloadMovieNum(3); //Clears loaded swf in interface.swf
_root.movie.gotoAndStop("home"); // Goes to the "home" frame, which is one of those who dont work
}
^ Is that code ok?
Err....i hope you guys understand what i mean. And i hope you can help me with this mess....
Regards, Padawan