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

  1. on exitFrame
  2.   global work1
  3.   wtime(30)
  4.   if work1 < 3 then
  5.     set work1 to work1 + 1
  6.     go("brink")
  7.   else
  8.     sndwait1()
  9.     wtime(60)
  10.     puppetSound(0)
  11.   end if
  12. end
  13.