home *** CD-ROM | disk | FTP | other *** search
- on checkkeydown
- global gbanknum
- case the key of
- " ":
- tappit()
- "z":
- puppetSound(2, cast (251 + (gbanknum * 200)) of castLib 2)
- "x":
- puppetSound(2, cast (252 + (gbanknum * 200)) of castLib 2)
- "c":
- puppetSound(2, cast (253 + (gbanknum * 200)) of castLib 2)
- "v":
- puppetSound(2, cast (254 + (gbanknum * 200)) of castLib 2)
- "b":
- puppetSound(2, cast (255 + (gbanknum * 200)) of castLib 2)
- "n":
- puppetSound(2, cast (256 + (gbanknum * 200)) of castLib 2)
- "a":
- puppetSound(3, cast (261 + (gbanknum * 200)) of castLib 2)
- "s":
- puppetSound(3, cast (262 + (gbanknum * 200)) of castLib 2)
- "d":
- puppetSound(3, cast (263 + (gbanknum * 200)) of castLib 2)
- "f":
- puppetSound(3, cast (264 + (gbanknum * 200)) of castLib 2)
- "g":
- puppetSound(3, cast (265 + (gbanknum * 200)) of castLib 2)
- "h":
- puppetSound(3, cast (266 + (gbanknum * 200)) of castLib 2)
- end case
- end
-