home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Microsoft Interactive CD Sampler
/
Microsoft Interactive CD Sampler.iso
/
DEMOS
/
BOOKS
/
BKSHELF.DIR
/
00033.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-07-19
|
256 b
|
16 lines
on mouseDown
repeat while the stillDown
set the memberNum of sprite 13 to 79
updateStage()
end repeat
end
on mouseUp
set the memberNum of sprite 13 to 69
updateStage()
startTimer()
repeat while the timer < 15
end repeat
quit()
end