home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Classicos / FrogIT.swf / scripts / DefineSprite_45 / frame_8 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  169 b   |  8 lines

  1. setProperty("/zunge", _X, getProperty("/frosch", _X));
  2. setProperty("/zunge", _Y, getProperty("/frosch", _Y));
  3. tellTarget("/zunge")
  4. {
  5.    nextFrame();
  6.    play();
  7. }
  8.