home *** CD-ROM | disk | FTP | other *** search
/ Internet 1996 World Exposition / park.org.s3.amazonaws.com.7z / park.org.s3.amazonaws.com / Japan / Kyoto / nodagawa2 / home / map.dcr / 00022.ls < prev    next >
Encoding:
Text File  |  2017-09-21  |  873 b   |  31 lines

  1. on exitFrame
  2.   if rollOver(1) then
  3.     set the castNum of sprite 10 to the number of cast "graybar"
  4.   end if
  5.   if rollOver(2) then
  6.     set the castNum of sprite 10 to the number of cast "bar-1"
  7.   end if
  8.   if rollOver(3) then
  9.     set the castNum of sprite 10 to the number of cast "bar-2"
  10.   end if
  11.   if rollOver(4) then
  12.     set the castNum of sprite 10 to the number of cast "bar-3"
  13.   end if
  14.   if rollOver(5) then
  15.     set the castNum of sprite 10 to the number of cast "bar-4"
  16.   end if
  17.   if rollOver(6) then
  18.     set the castNum of sprite 10 to the number of cast "bar-5"
  19.   end if
  20.   if rollOver(7) then
  21.     set the castNum of sprite 10 to the number of cast "bar-6"
  22.   end if
  23.   if rollOver(8) then
  24.     set the castNum of sprite 10 to the number of cast "bar-7"
  25.   end if
  26.   if rollOver(9) then
  27.     set the castNum of sprite 10 to the number of cast "bar-8"
  28.   end if
  29.   go(3)
  30. end
  31.