home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The GrooveMaker & DANCITY Sample Collection 1.1
/
GM+Dancity1.iso
/
pc
/
GM_tutorial
/
GrooveTutorial.exe
/
GrooveTutorial.dxr
/
00009.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
|
1998-04-10
|
249 b
|
13 lines
on mouseDown
repeat while the mouseDown
set the memberNum of sprite 2 to the number of member "Hok"
updateStage()
end repeat
end
on mouseUp
set the memberNum of sprite 2 to the number of member "ok"
updateStage()
go("uscita")
end