home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shocking The Web CD-ROM
/
SHOCK_CD.ISO
/
pc
/
tutorial
/
devglry
/
elementl
/
source
/
fun.dir
/
00075.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-11-11
|
296 b
|
17 lines
on enterFrame
if random(5) = 5 then
set the visible of sprite 32 to not (the visible of sprite 32)
if soundBusy(1) then
nothing()
else
puppetSound("Buzz.aiff")
end if
updateStage()
end if
end
on mouseDown
set the visible of sprite 28 to 1
go("Start")
end