home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Action 1997 February
/
PCA0297.ISO
/
demos
/
shine
/
aufzug.dxr
/
00042.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-08-18
|
241 b
|
14 lines
on mouseDown
puppetSound("oben")
set me to the clickOn
set my to the castNum of sprite me
set the castNum of sprite me to my + 1
repeat while the mouseDown
updateStage()
end repeat
end
on mouseUp
goloc(label("NDown"))
end