home *** CD-ROM | disk | FTP | other *** search
/ PC/CD Gamer UK 39 / PCGAMER39.bin / games / amber / amberhub.dxr / 00035.ls < prev    next >
Encoding:
Text File  |  1996-11-08  |  178 b   |  10 lines

  1. on winlist
  2.   global builderwindow
  3.   startTimer()
  4.   repeat with i = 1 to 100
  5.     set test to getPos(the windowList, builderwindow) + i
  6.   end repeat
  7.   put the timer
  8.   put test
  9. end
  10.