home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / frog_day.swf / scripts / DefineSprite_377 / frame_38 / DoAction.as
Encoding:
Text File  |  2007-03-20  |  141 b   |  10 lines

  1. if(eval("a" add Robo) == WARP)
  2. {
  3.    stop();
  4.    tellTarget(Robo add "/icon")
  5.    {
  6.       gotoAndStop("WarpYES");
  7.       play();
  8.    }
  9. }
  10.