home *** CD-ROM | disk | FTP | other *** search
/ Champak 108 / jogo-disk-108.iso / Games / steppenwolf_1_chapter_4.swf / scripts / frame_1206 / DoAction.as
Text File  |  2010-05-15  |  156b  |  11 lines

  1. set("/:test",eval("/Save:Fichier"));
  2. if(eval("/Save:Fichier") ne "")
  3. {
  4.    gotoAndStop(1202);
  5. }
  6. else
  7. {
  8.    stopAllSounds();
  9.    gotoAndPlay(1006);
  10. }
  11.