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

  1. on startgame
  2.   repeat with n = 46 to 48
  3.     set the cursor of sprite n to -1
  4.   end repeat
  5.   repeat with n = 14 to 38
  6.     if the castNum of sprite n = 177 then
  7.       set the cursor of sprite n to [113, 114]
  8.     end if
  9.   end repeat
  10.   cursor([111, 112])
  11.   startTimer()
  12. end
  13.  
  14. on endgame
  15.   sound stop 2
  16.   puppetSound(2, 0)
  17.   set the locH of sprite 13 to 672
  18.   puppetSprite(13, 0)
  19.   puppetSprite(39, 0)
  20. end
  21.