I’m working on my friends site and we are loading each section (porfolio, animation, photography) from external .swf’s. It works out ok and is fast, but the problem is sometimes when you click a button on the primary nav it will unload _level0 leaving a blank screen. On each primary nav button I have:
on (release) {
unloadMovie (_level1);
gotoAndPlay(“whatever”);
}
can anyone tell me why it is unloading _level0??? Very confused on this one. Thanks all.