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

  1. if(ng == doti)
  2. {
  3.    tellTarget("kame" add doti)
  4.    {
  5.       stop();
  6.    }
  7.    tellTarget("/kusa")
  8.    {
  9.       stop();
  10.    }
  11.    tellTarget("gov")
  12.    {
  13.       gotoAndStop(2);
  14.    }
  15.    stop();
  16.    tellTarget("/kame" add doti add "/k1/k2/tasuke")
  17.    {
  18.       play();
  19.    }
  20.    tellTarget("/kame" add doti add "/k1/k2/kamenome")
  21.    {
  22.       play();
  23.    }
  24. }
  25.