home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / FlashGauntlet.swf / scripts / DefineSprite_78 / frame_1 / DoAction.as
Encoding:
Text File  |  2001-07-14  |  126 b   |  7 lines

  1. if(this.hitTest(_root.player))
  2. {
  3.    _root.score += 100;
  4.    setProperty(this, _X, -50);
  5.    setProperty(this, _Y, -50);
  6. }
  7.