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

  1. if(ng == doti)
  2. {
  3.    if(ng == "1")
  4.    {
  5.       tellTarget("han2")
  6.       {
  7.          stop();
  8.       }
  9.    }
  10.    else
  11.    {
  12.       tellTarget("han1")
  13.       {
  14.          stop();
  15.       }
  16.    }
  17. }
  18.