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 / Scene4.dcr / 00119.ls < prev    next >
Encoding:
Text File  |  2017-09-21  |  1.0 KB  |  50 lines

  1. on exitFrame
  2.   global glist, gtime, g
  3.   endframe()
  4.   if g = 0 then
  5.     set gtime to the timer
  6.     set g to 1
  7.   end if
  8.   if the timer > (gtime + 300) then
  9.     if getOne(glist, 114) = 0 then
  10.       go("NO4-2")
  11.     end if
  12.   end if
  13.   if rollOver(1) then
  14.     nothing()
  15.   else
  16.     if rollOver(2) then
  17.       go("4to8")
  18.     else
  19.       if rollOver(3) then
  20.         nothing()
  21.       else
  22.         if rollOver(4) then
  23.           go("4to3")
  24.         else
  25.           if rollOver(5) then
  26.             if (the timer > 3600) and (the timer < 10800) then
  27.               if getOne(glist, 46) = 0 then
  28.                 go("NO4-1")
  29.               end if
  30.             else
  31.               if getOne(glist, 3) = 0 then
  32.                 go("NO4-3")
  33.               end if
  34.             end if
  35.           else
  36.             if rollOver(17) then
  37.               if getOne(glist, 2) = 0 then
  38.                 go(the frame + 1)
  39.               end if
  40.             else
  41.               nothing()
  42.             end if
  43.           end if
  44.         end if
  45.       end if
  46.     end if
  47.   end if
  48.   go(the frame)
  49. end
  50.