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

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