home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Classicos / FrogIT.swf / scripts / DefineSprite_110 / frame_2 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  163 b   |  10 lines

  1. if(getProperty("/frosch", _Y) < "48")
  2. {
  3.    fscommand("startEffect","dead");
  4.    tellTarget("/frosch")
  5.    {
  6.       gotoAndStop("dead");
  7.       play();
  8.    }
  9. }
  10.