home *** CD-ROM | disk | FTP | other *** search
/ Internet 1996 World Exposition / park.org.s3.amazonaws.com.7z / park.org.s3.amazonaws.com / Japan / Panasonic- / time_capsule / shockwave / E.dcr / 00279.ls < prev    next >
Encoding:
Text File  |  2017-09-21  |  428 b   |  25 lines

  1. on withme
  2.   if rollOver(1) then
  3.     cursorchange()
  4.     set the locV of sprite 48 to the mouseV
  5.     set the locH of sprite 48 to the mouseH
  6.   else
  7.     cursorchange()
  8.     set the locH of sprite 48 to 400
  9.   end if
  10. end
  11.  
  12. on cursorchange
  13.   set beem to the number of cast "cursorcast"
  14.   cursor([beem, beem + 1])
  15. end
  16.  
  17. on cursorchange2
  18.   set beem to the number of cast "CC"
  19.   cursor([beem, beem + 1])
  20. end
  21.  
  22. on gohp n
  23.   gotonetpage(n)
  24. end
  25.