hi! I make an elearning software and i have done this.
I have made a quiz using a template of flash 8. Then i loaded it in a frame with this:
stop();
stopAllSounds();
loadMovieNum(“quiz.swf”,1);
Then I used a button to get to this frame:
var but4:MovieClip;
but4.onPress = function(){
gotoAndPlay(“quiz”);
};
everything works fine except for the results page.
If anyone could help I would appreciate!
p.s. in the original quiz.swf the result page works