home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 1997 September
/
Personal_Computer_World_Sep_97.iso
/
Democd1
/
mx_G0092.dxr
/
00002_Arpegio.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
|
1997-06-04
|
218 b
|
17 lines
global gCommand
on mouseDown
set gCommand to "Arp"
set the visible of sprite 11 to 1
updateStage()
end
on mouseUp
butt_off()
if gCommand = "Arp" then
butt_off()
go("De")
arpeggio()
end if
end