PDA

View Full Version : QUIZ > MovieClip


funk29
11-05-2003, 06:46 PM
NEWMAN!:mad:

I am trying to copy/paste a quiz from the MX2004 Quiz Template. Into a movieclip.
I have been able to copy/paste the quiz onto the main timeline of a new file without any problem. But if i copy it into a movieclip it does not move past scene 1.

The quiz button uses _parent. to navigate, so i thought that makes it relative to the MC?
I've tried _root.movieclip but to no success.

Here is the button action from the templete quiz off MX2004.

on (release) {
_parent._parent.setNewPage();
_parent.updateFrame();
gotoAndStop(2);
}


ARRGH! I've been on this for 3 days!
Any direction would be appreciated.:confused: