home *** CD-ROM | disk | FTP | other *** search
/ Car Screensaver - Toyota / TOYOTA.iso / mjparty / hsqdemo.dxr / 00075.ls < prev    next >
Encoding:
Text File  |  1996-09-26  |  169 b   |  11 lines

  1. on exitFrame
  2.   global work1
  3.   if the timer < work1 then
  4.     quizramove()
  5.     go(the frame)
  6.   else
  7.     sound fadeOut 2, 180
  8.     set work1 to the timer + 200
  9.   end if
  10. end
  11.