Skip to main content
Participant
November 19, 2007
Question

Loading Interfaces from the library to the Main time line

  • November 19, 2007
  • 2 replies
  • 182 views
I'm preparing a quiz. I have written the questions in an external XML file. I have also prepared all the interfaces of questions available i.e True and false questions, drag and drop questions, fill in the blank, multiple answers(check box & radial) etc. I'm asking can you write a code that checks the type of question in the XML file then loads the appropriate type of question interface plus the question and the options. Mind you I want to use one frame on the timeline and when I hit next question it loads the next question and so on and so on. if it can be done how do you do it?
This topic has been closed for replies.

2 replies

kglad
Community Expert
Community Expert
November 20, 2007
use attachMovie() to instantiate objects from your library.
kglad
Community Expert
Community Expert
November 20, 2007
as2 or as3?
Caly2007Author
Participant
November 20, 2007
as2 Flash 8 Pro