Just started learning Flash a couple weeks ago. Made good progress up to now.
The site i'm working on currently requires loading many movies, but none at the same time. In other words, i want only one movie running at a time. So, upon loading one movie, how do i unload the previous.
Here's an example of what's not working:
on (release) {
loadMovieNum("/site/flash/seatOne.swf", 50);
unloadMovieNum(0);
}
The above seems to unload all movies, leaving nothing.
Here's the link to the site:
Here's the navigation instructions: rollOver "cloud9", clickOn "cruiser", rollOver the first saddle in the upper left corner and click -- screen goes to background color.
I appreciated the help.
The site i'm working on currently requires loading many movies, but none at the same time. In other words, i want only one movie running at a time. So, upon loading one movie, how do i unload the previous.
Here's an example of what's not working:
on (release) {
loadMovieNum("/site/flash/seatOne.swf", 50);
unloadMovieNum(0);
}
The above seems to unload all movies, leaving nothing.
Here's the link to the site:
Here's the navigation instructions: rollOver "cloud9", clickOn "cruiser", rollOver the first saddle in the upper left corner and click -- screen goes to background color.
I appreciated the help.