I’m trying to customise the Quiz Templates that come with macromedia flash. I have 4 different movies. The first is the introduction, second is a level selection page, third is a quiz and fourth is a game.
The movie starts with a single frame clip which has a LoadMovie(); method in the first frame.
This loads the level selection screen.
When you click on a level it loads a quiz (Based on a quiz template)
Once you finish the quiz if you get over 70 percent you can play the game, if not you have to do the quiz again. In this last section I either go on and load the game or reload the quiz.
This all appears to work until someone fails the quiz and has to re-do it. The quiz loads fine untill the second interaction then freezes. When you close and open the flash player it again runs well until the same situation, when someone has to re-do a quiz.
I’m loading movies with:
loadMovieNum(‘SW1Quiz.swf’, 0);
stop();
All movies are loaded into layer 0 - from what i’ve read this is ok as it automatically unloads what was there before.
Does anyone have any ideas how to solve this, or can anyone suggest another way of repeating the same quiz until you reach the pass mark, without closing the player.
Thanks