home *** CD-ROM | disk | FTP | other *** search
/ <GEEK> 2 / GEEK2.ISO / pc / alias.dxr / 00016_loop.ls < prev    next >
Encoding:
Text File  |  1997-07-11  |  161 b   |  9 lines

  1. on exitFrame
  2.   global progress
  3.   if random(progress) < 97 then
  4.     set progress to progress + 1
  5.     progressBarAlias(progress, 100)
  6.   end if
  7.   go(the frame)
  8. end
  9.