home *** CD-ROM | disk | FTP | other *** search
/ Great Canadian Scientists / GCS_CD.iso / mac / PC / GCSData / databa_o.dxr / 00030_NextScientist.ls < prev    next >
Encoding:
Text File  |  1996-09-21  |  176 b   |  10 lines

  1. on mouseDown
  2.   NextScientist()
  3.   set timer to the ticks
  4.   repeat while the stillDown = 1
  5.     if (the ticks - timer) > 30 then
  6.       NextScientist()
  7.     end if
  8.   end repeat
  9. end
  10.