home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / KarimKareem.swf / scripts / frame_36 / DoAction.as
Encoding:
Text File  |  2001-07-14  |  275 b   |  19 lines

  1. if(win == 1)
  2. {
  3.    gotoAndStop(42);
  4. }
  5. if(0 >= energie && cheat == 0 && ende == 0)
  6. {
  7.    gPlayStop = 1;
  8.    _root.crashEnd = 0;
  9.    player.gotoAndStop(7);
  10.    ende = 1;
  11.    over.play();
  12. }
  13. if(ende == 2)
  14. {
  15.    startGame = 0;
  16.    stopAllSounds();
  17.    gotoAndPlay(18);
  18. }
  19.