home *** CD-ROM | disk | FTP | other *** search
/ Internet 1996 World Exposition / park.org.s3.amazonaws.com.7z / park.org.s3.amazonaws.com / Japan / CSK / hyakki / adv_all / movie / Scene6.dcr / 00128.ls < prev    next >
Encoding:
Text File  |  2017-09-21  |  314 b   |  20 lines

  1. on exitFrame
  2.   endframe()
  3.   set the visible of sprite 12 to 1
  4.   if rollOver(1) then
  5.     go("7to3")
  6.   else
  7.     if rollOver(2) then
  8.       go("7to11")
  9.     else
  10.       if rollOver(3) then
  11.         go("7to8")
  12.       else
  13.         if rollOver(4) then
  14.           go("7to6")
  15.         end if
  16.       end if
  17.     end if
  18.   end if
  19. end
  20.