home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shocking The Web CD-ROM
/
SHOCK_CD.ISO
/
pc
/
tutorial
/
devglry
/
elementl
/
source
/
fun.dir
/
00029.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1996-11-11
|
296 b
|
17 lines
on enterFrame
if random(5) = 5 then
set the visible of sprite 35 to not (the visible of sprite 35)
if soundBusy(1) then
nothing()
else
puppetSound("beep.aiff")
end if
updateStage()
end if
end
on mouseDown
set the visible of sprite 35 to 1
go("Start")
end