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

  1. btnok.onPress = function()
  2. {
  3.    var _loc1_ = _root;
  4.    _loc1_.setQuitter("quitgmf");
  5.    activeZoom(true);
  6.    _loc1_.menu._visible = true;
  7.    _loc1_.menu.gotoAndStop(5);
  8. };
  9. chfaux._visible = false;
  10. if(_parent.nbfaux >= 5)
  11. {
  12.    gotoAndStop(2);
  13. }
  14. else if(_parent.nbfaux == 0)
  15. {
  16.    texte = "Tu n\'as fait aucune erreur.";
  17. }
  18. else
  19. {
  20.    texte = "Tu as fait " + _parent.nbfaux + " erreur" + (_parent.nbfaux <= 1 ? "." : "s.");
  21. }
  22. stop();
  23.