home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1998 January / macformat-059.iso / mac / Demos / Martial Arts Demo / media / exit.Dxr / Internal_10.ls < prev    next >
Encoding:
Text File  |  1997-09-30  |  242 b   |  13 lines

  1. on mouseDown
  2.   global backSound
  3.   set c to the clickOn
  4.   set LetterNum to the memberNum of sprite c
  5.   set frameName to the name of member LetterNum of castLib 2
  6.   cursorSign()
  7.   puppetSound("PUNCH")
  8.   go(label(frameName))
  9. end
  10.  
  11. on mouseUp
  12. end
  13.