home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Digital Design Material S…es 2: Stone Material Raw
/
石素材王.iso
/
pc
/
stage.dir
/
00046.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1997-01-21
|
252 b
|
17 lines
on mouseDown
hilitesprite(clickOn(), 1)
updateStage()
repeat while the mouseDown
if mouseCast() <> clickOn() then
exit repeat
end if
nothing()
end repeat
end
on mouseUp
puppetSound("click")
updateStage()
copytohd()
end