PDA

View Full Version : preloader > loadmovie > unloadmovie(?)


bladewing
05-16-2008, 09:12 AM
Here's the laydown. I have
1. main.swf
2. profile.swf (embeded with it's own preloader)

from main.swf clickity-click -> opens an empty movie clip that loadmovie "profile.swf" and hallelujah, it loads and plays.

Prob is.. when I click "back" which 'suppose' to go back to the frame where the empty movie clip DOESN'T exist, 'profile.swf' still remains. How do I get rid of it?

for better understanding, please click the link.
http://www.derekyap.com/main.html
(please select under 'profile')

bladewing
05-16-2008, 10:12 AM
*bump*

atomic
05-16-2008, 01:36 PM
on (release)
{
unloadMovieNum(1);
_root.gotoAndPlay("Menu");
}

bladewing
05-17-2008, 12:01 AM
Oh thanks man! Geez! I only left out a 1 in the "unloadMovieNum(1);"? gah..

thanks a million again. :)

cheers!

atomic
05-17-2008, 01:24 AM
Grrrrrrreat! ;)