Hey,
Alright i have ceated a main.swf that calls external swf into level 1…So does anyone no How to unload these swf’s with tranistions…Wat i have done is created a marker “Outro” on the exterbal swf, which plays a transition…
Current AS on my ‘about’ button in main.swf is;
(p.s have just been playing round, as i only no basic AS)
[COLOR=SeaGreen]this.onRelease=function(){
unloadMovie(1);
gotoAndPlay(“Outro”, 1);
loadMovieNum(“about.swf”,1);
}
[/COLOR]