home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global gDrumList, gCurrentDrumBtn, gNewLoopLength, gbanknum
- set mynum to the clickOn
- set gCurrentDrumBtn to mynum
- set NewName to the name of cast (mynum + 90 + (gbanknum * 200)) of castLib 2
- set gDrumList to NewName
- preloadMember(member (mynum + 90 + (gbanknum * 200)) of castLib 2)
- set gNewLoopLength to calculatelooplength(mynum + 90 + (gbanknum * 200))
- end
-