home *** CD-ROM | disk | FTP | other *** search
/ The Great Adventure of Natural Gas / start / quiz.swf / scripts / DefineSprite_217 / frame_1 / DoAction.as
Encoding:
Text File  |  2007-01-01  |  226 b   |  12 lines

  1. _parent.initQuestion();
  2. resultat = _parent.score + " question" + (_parent.score <= 1 ? "" : "s") + " sur 15.";
  3. stop();
  4. if(_parent.score > 10)
  5. {
  6.    gotoAndStop(3);
  7. }
  8. else if(_parent.score > 4)
  9. {
  10.    gotoAndStop(2);
  11. }
  12.