home *** CD-ROM | disk | FTP | other *** search
/ MACup 1998 February / Image.iso / showdata / SHARED / GALERIE2.Dxr / Internal_30_timer.ls < prev    next >
Encoding:
Text File  |  1997-07-31  |  89 b   |  7 lines

  1. on counttime
  2.   startTimer()
  3.   repeat while the timer < 60
  4.     nothing()
  5.   end repeat
  6. end
  7.