home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Music Interactif 7
/
cd.iso
/
pc
/
PC
/
Demos
/
GroovMak
/
data1.cab
/
Program_Executable_Files
/
Media
/
Message.dxr
/
00020.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
|
1999-09-17
|
274 b
|
14 lines
on mouseDown
repeat while the mouseDown
set the memberNum of sprite 3 to the number of member "Hok"
updateStage()
end repeat
end
on mouseUp
set the memberNum of sprite 3 to the number of member "ok"
updateStage()
go("start")
close(window "message")
end