home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 1997 September
/
Personal_Computer_World_Sep_97.iso
/
Democd3
/
oasquiz.dxr
/
00153.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
|
1997-06-04
|
243 b
|
14 lines
on mouseDown
puppetSound("click")
set the blend of sprite 31 to 100
updateStage()
startTimer()
repeat while the timer < 20
nothing()
end repeat
set the blend of sprite 31 to 1
updateStage()
startTimer()
go("start")
end