home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 1997 September / Personal_Computer_World_Sep_97.iso / Democd3 / oasquiz.dxr / 00022.ls < prev    next >
Encoding:
Text File  |  1997-06-04  |  183 b   |  12 lines

  1. on mouseDown
  2.   global checkcounter
  3.   set checkcounter to 99
  4.   startTimer()
  5.   dontPassEvent()
  6.   startTimer()
  7.   repeat while the timer < 15
  8.     nothing()
  9.   end repeat
  10.   go("start")
  11. end
  12.