home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / Invasion.swf / scripts / DefineSprite_56 / frame_57 / DoAction.as
Encoding:
Text File  |  2001-07-16  |  246 b   |  17 lines

  1. if(tarjeton == variable)
  2. {
  3.    tellTarget("/" add variable)
  4.    {
  5.       gotoAndPlay(10);
  6.    }
  7.    tellTarget("/reloj")
  8.    {
  9.       gotoAndStop(1);
  10.    }
  11.    tellTarget("/informador")
  12.    {
  13.       gotoAndPlay(2);
  14.    }
  15.    gotoAndPlay(1);
  16. }
  17.