home *** CD-ROM | disk | FTP | other *** search
/ Computer Music Interactif 2 / cd.iso / mac / share / Funkit / FunKit / funkit16.Dxr / 00019.ls < prev    next >
Encoding:
Text File  |  1997-07-03  |  341 b   |  14 lines

  1. on mouseDown
  2.   global gbanknum
  3.   set mynum to the clickOn
  4.   set the cursor of sprite mynum to [301, 302]
  5.   set thesound to mynum + 228
  6.   set thesound to the name of member (thesound + (gbanknum * 200)) of castLib 2
  7.   puppetSound(2, cast thesound)
  8. end
  9.  
  10. on mouseUp
  11.   set mynum to the clickOn
  12.   set the cursor of sprite mynum to [303, 304]
  13. end
  14.