home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Classicos / FrogIT.swf / scripts / DefineSprite_57 / frame_1 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  185 b   |  12 lines

  1. tellTarget("/steuerung")
  2. {
  3.    gotoAndStop("aus");
  4.    play();
  5. }
  6. tellTarget("/score")
  7. {
  8.    nextFrame();
  9. }
  10. setProperty("/frosch", _X, "175");
  11. setProperty("/frosch", _Y, "225");
  12.