home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Music Interactive 20
/
CMi20.iso
/
pc
/
tutorials.dir
/
00080_tut2step9.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2000-03-28
|
425 b
|
12 lines
on mouseUp
puppetSound(1, 0)
set the text of field "infoField" to "Just to give you an idea of what’s achievable once you’ve grasped the concept of modes, here’s an example of a pretty complex piano part playing alongside our drum and bass tracks. Nice."
repeat with x = 75 to 95
sprite(x).visible = 0
end repeat
sprite(93).visible = 1
if not soundBusy(1) then
puppetSound(1, "2step9")
end if
end