home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / sleepless-knight.swf / scripts / frame_18 / DoAction.as
Encoding:
Text File  |  2008-09-11  |  171 b   |  12 lines

  1. if(saveObject.level == 10)
  2. {
  3.    stopAllSounds();
  4.    saveObject.level = 1;
  5.    _root.saveData();
  6.    gotoAndStop("OUTRO1");
  7. }
  8. else
  9. {
  10.    gotoAndStop("GAMEPLAY");
  11. }
  12.