home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global gbanknum
- set mynum to the clickOn
- set the cursor of sprite mynum to [301, 302]
- set thesound to mynum + 228
- set thesound to the name of member (thesound + (gbanknum * 200)) of castLib 2
- puppetSound(2, cast thesound)
- end
-
- on mouseUp
- set mynum to the clickOn
- set the cursor of sprite mynum to [303, 304]
- end
-