home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Corrida / ChevyRacer.swf / scripts / DefineSprite_251 / frame_1 / DoAction.as
Encoding:
Text File  |  2001-07-07  |  280 b   |  8 lines

  1. if(_Y - "350" < getProperty("../../chevy1", _Y) and getProperty("../../chevy1", _Y) < _Y + "350")
  2. {
  3.    if(_X + "350" >= getProperty("../../chevy1", _X) and getProperty("../../chevy1", _X) >= _X - "350")
  4.    {
  5.       set("../../:Punkte",eval("../../:Punkte") - "500");
  6.    }
  7. }
  8.