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

  1. if(ng == doti)
  2. {
  3.    tellTarget("/iwa" add doti)
  4.    {
  5.       gotoAndStop("ng");
  6.       play();
  7.    }
  8.    tellTarget("/kusa")
  9.    {
  10.       stop();
  11.    }
  12.    setProperty("/kick", _visible, "0");
  13.    stop();
  14. }
  15.