Hey out there;
quick question. On a button i have this...
on (release) {
loadMovieNum("chpt6music1.swf", 2);
loadMovieNum("chpt6e.swf", 1);
}
my question; when i have them in this order does that mean flash will load the music file first, and when that's loaded, will then load the chpt6...