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 / Scene5.dcr / 00116.ls < prev    next >
Encoding:
Text File  |  2017-09-21  |  863 b   |  39 lines

  1. on exitFrame
  2.   global glist
  3.   endframe()
  4.   if rollOver(1) then
  5.     nothing()
  6.   else
  7.     if rollOver(2) then
  8.       go("4to8")
  9.     else
  10.       if rollOver(3) then
  11.         nothing()
  12.       else
  13.         if rollOver(4) then
  14.           go("4to3")
  15.         else
  16.           if rollOver(5) then
  17.             if (the timer > 3600) and (the timer < 10800) then
  18.               if getOne(glist, 87) = 0 then
  19.                 go(the frame + 1)
  20.               end if
  21.             end if
  22.           else
  23.             if rollOver(6) then
  24.               if (the timer < 3600) or ((the timer > 7200) and (the timer < 10800)) then
  25.                 if getOne(glist, 82) = 0 then
  26.                   go("NO4-2")
  27.                 end if
  28.               end if
  29.             else
  30.               nothing()
  31.             end if
  32.           end if
  33.         end if
  34.       end if
  35.     end if
  36.   end if
  37.   go(the frame)
  38. end
  39.