home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / PinkPantherGo.swf / scripts / DefineSprite_73 / frame_11 / DoAction.as
Encoding:
Text File  |  2005-08-05  |  228 b   |  17 lines

  1. if(eval("../:ng") == "1")
  2. {
  3.    tellTarget("../hasi1")
  4.    {
  5.       gotoAndStop("ng");
  6.    }
  7.    tellTarget("../gov")
  8.    {
  9.       gotoAndStop(2);
  10.    }
  11.    tellTarget("../")
  12.    {
  13.       stop();
  14.    }
  15.    gotoAndStop(51);
  16. }
  17.