home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / Santos.swf / scripts / DefineSprite_175 / frame_8 / DoAction_3.as < prev    next >
Encoding:
Text File  |  2006-06-13  |  287 b   |  9 lines

  1. if(_Y - "30" < getProperty("../Schiff1", _Y) and getProperty("../Schiff1", _Y) < _Y + "30")
  2. {
  3.    if(_X + "30" >= getProperty("../Schiff1", _X) and getProperty("../Schiff1", _X) >= _X - "30")
  4.    {
  5.       set("../:Energie",eval("../:Energie") - "30");
  6.       gotoAndPlay(12);
  7.    }
  8. }
  9.