I am experimenting with a game with multiple levels.
I want to know if I can have a main.swf file with a few vars like the player name and score etc then load in for example, level1.swf and back to the main.swf then on to level2.swf and pass the vars with them.
I have got the new movie to load in but I can’t figure out a way to make the vars pass. I am in need of some advice.
on (release) {
loadMovieNum(“file:/dir/level1.swf”, 0, “POST”);
}