home *** CD-ROM | disk | FTP | other *** search
/ 200 Game / 200GAME2.iso / FLASHGAME / PARADE.EXE / scripts / DefineSprite_178 / frame_4 / DoAction.as
Encoding:
Text File  |  2000-08-17  |  154 b   |  13 lines

  1. if(getProperty("/catdog", _Y) < - "80")
  2. {
  3.    tellTarget("/")
  4.    {
  5.       gotoAndStop("lost");
  6.       play();
  7.    }
  8. }
  9. else
  10. {
  11.    gotoAndPlay(3);
  12. }
  13.