home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
<GEEK> 2
/
GEEK2.ISO
/
pc
/
alias.dxr
/
00016_loop.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-07-11
|
161 b
|
9 lines
on exitFrame
global progress
if random(progress) < 97 then
set progress to progress + 1
progressBarAlias(progress, 100)
end if
go(the frame)
end