home *** CD-ROM | disk | FTP | other *** search
/ Champak 48 / cdrom_image.iso / Games / cannonballfollier3.swf / scripts / DefineSprite_312 / frame_1 / DoAction.as
Encoding:
Text File  |  2007-10-01  |  168 b   |  13 lines

  1. function mHit()
  2. {
  3.    gotoAndStop("hit");
  4.    play();
  5.    _parent.mHit(1);
  6. }
  7. function mRedHit()
  8. {
  9.    gotoAndStop("redhit");
  10.    play();
  11.    _parent.mRedHit();
  12. }
  13.