home *** CD-ROM | disk | FTP | other *** search
/ Cope with Cancer / Cope with Cancer.iso / pc / cope / copintro.dxr / 00039.ls < prev    next >
Encoding:
Text File  |  1998-11-03  |  111 b   |  10 lines

  1. on mouseDown
  2.   puppetSound("button.aif ")
  3.   cursor(4)
  4. end
  5.  
  6. on mouseUp
  7.   waitsnd(1)
  8.   go("beg", "copetake")
  9. end
  10.