home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / episode2.swf / scripts / DefineSprite_2775 / frame_21 / DoAction.as
Encoding:
Text File  |  2007-03-20  |  190 b   |  9 lines

  1. if(eval("/Variables:PrisonnierLibere") != true)
  2. {
  3.    set("/Variables:PrisonnierLibere",true);
  4.    tellTarget("_root.Animatiques")
  5.    {
  6.       gotoAndStop("PrisonnierSortCage");
  7.    }
  8. }
  9.