home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Blender Volume 2 #3
/
Blender_2_3.iso
/
BLENDER
/
FILES
/
CONTEST.DIR
/
00048.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-04-01
|
242 b
|
15 lines
on exitFrame
if the timeoutLapsed > (5 * 60) then
sound playFile 2, "brth.aif"
CLEANUP()
go(#next)
else
if random(100) > 95 then
go(the frame - 1)
else
go(the frame)
end if
end if
updateStage()
end