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 / 00117.ls < prev    next >
Encoding:
Text File  |  2017-09-21  |  609 b   |  31 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("2to6")
  9.     else
  10.       if rollOver(3) then
  11.         go("2to3")
  12.       else
  13.         if rollOver(4) then
  14.           go("2to1")
  15.         else
  16.           if rollOver(5) then
  17.             if ((the timer > 3600) and (the timer < 7200)) or (the timer > 10800) then
  18.               if getOne(glist, 63) = 0 then
  19.                 go(the frame + 1)
  20.               end if
  21.             end if
  22.           else
  23.             nothing()
  24.           end if
  25.         end if
  26.       end if
  27.     end if
  28.   end if
  29.   go(the frame)
  30. end
  31.