10/7/07

In Class Mon Oct 8th

Work on your Flash Website

come in and ask questions!

Important Actionscript


loadMovieNum("the url of the SWF", level);

unloadMovieNum(level);

example on a button:

on(release) {
loadMovieNum("nav.swf", 30);
unloadMovieNum(40);
}


this would load up the "nav" SWF on level 30 and would unload whatever SWF is on level 40


No comments: