home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
cyber.net interactivo 9
/
cybernetinteractivo09.ISO
/
demos
/
kids
/
ggmd
/
instrum.dxr
/
00242_Trombone.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
|
1996-02-02
|
362 b
|
19 lines
on mouseDown
global instrument, reject
hilite("trombone")
if reject then
if instrument = "Trom1" then
set reject to 0
play frame "Trom1"
else
if instrument = "Trom2" then
set reject to 0
play frame "Trom2"
else
set reject to 1
play frame "Reject General"
end if
end if
end if
end