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

  1. on mouseUp
  2.   global gDrumList, gCurrentDrumBtn, gNewLoopLength, gbanknum
  3.   set mynum to the clickOn
  4.   set gCurrentDrumBtn to mynum
  5.   set NewName to the name of cast (mynum + 90 + (gbanknum * 200)) of castLib 2
  6.   set gDrumList to NewName
  7.   preloadMember(member (mynum + 90 + (gbanknum * 200)) of castLib 2)
  8.   set gNewLoopLength to calculatelooplength(mynum + 90 + (gbanknum * 200))
  9. end
  10.