home *** CD-ROM | disk | FTP | other *** search
/ Champak 48 / cdrom_image.iso / Games / cannonballfollier3.swf / scripts / DefineSprite_329 / frame_1 / DoAction.as
Encoding:
Text File  |  2007-10-01  |  182 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._parent.redball.mHide();
  12. }
  13.