home *** CD-ROM | disk | FTP | other *** search
/ Ghost Rider iactivecard / Ghost Rider iactivecard.iso / pc / quiz.swf / scripts / frame_10 / DoAction.as
Encoding:
Text File  |  2007-04-17  |  218 b   |  9 lines

  1. _root.score = 0;
  2. countAnswer = 0;
  3. correctAnswer = 0;
  4. totalAnswer = 0;
  5. timeStart = 10;
  6. timeEnd = 0;
  7. domande.length >= toDisplay ? (toDisplay = toDisplay) : (toDisplay = domande.length);
  8. tempArray = new Array();
  9.