home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Diversos / daffyjumper.swf / scripts / DefineSprite_129 / frame_3 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  261 b   |  16 lines

  1. _X = _X - eval("..:planespeed");
  2. if(_X < "-100" and eval("..:jump") == "0")
  3. {
  4.    _X = "555";
  5.    tellTarget("../player")
  6.    {
  7.       play();
  8.    }
  9.    gotoAndStop(1);
  10. }
  11. if(_X < "-100" and eval("..:jump") == "1")
  12. {
  13.    _X = "555";
  14.    gotoAndStop(1);
  15. }
  16.