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

  1. on exitFrame
  2.   mih()
  3.   if the timer > 1800 then
  4.     comonh()
  5.   end if
  6.   go(the frame)
  7. end
  8.  
  9. on mih
  10.   repeat with n = 14 to 38
  11.     if rollOver(n) and (the castNum of sprite n = 177) then
  12.       set the locH of sprite 13 to the locH of sprite n
  13.       set the locV of sprite 13 to the locV of sprite n
  14.       exit
  15.     end if
  16.   end repeat
  17.   set the locH of sprite 13 to 672
  18. end
  19.  
  20. on comonh
  21.   puppetSound(3, 82)
  22.   startTimer()
  23. end
  24.