home *** CD-ROM | disk | FTP | other *** search
/ Car Screensaver - Toyota / TOYOTA.iso / mjparty / vivi_ex.exe / vivi_ex.DXR / 00008.ls < prev    next >
Encoding:
Text File  |  1996-05-13  |  413 b   |  18 lines

  1. on exitFrame
  2.   global gstg, gscr, gbor, ghislist, ghdlist
  3.   if not soundBusy(1) then
  4.     puppetSound(1, 61)
  5.   end if
  6.   set gstg to 1
  7.   set gscr to 0
  8.   set gbor to 0
  9.   set ghislist to []
  10.   set ghdlist to [50, 20, 15, 12, 10, 7, 5, 2, 1, 5]
  11.   set the cursor of sprite 46 to -1
  12.   set the cursor of sprite 48 to -1
  13.   repeat with n = 20 to 24
  14.     set the cursor of sprite n to -1
  15.   end repeat
  16.   cursor([111, 112])
  17. end
  18.