home *** CD-ROM | disk | FTP | other *** search
/ Champak 48 / cdrom_image.iso / Games / bossbash.swf / scripts / DefineSprite_200 / frame_4 / DoAction.as
Encoding:
Text File  |  2007-09-28  |  166 b   |  7 lines

  1. if(this.hing.hitTest(this._parent._parent._parent.boss.hit) && this.double != true)
  2. {
  3.    this._parent._parent._parent.bossHit();
  4.    this.double = true;
  5. }
  6. this;
  7.