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 / 00124.ls < prev    next >
Encoding:
Text File  |  2017-09-21  |  536 b   |  31 lines

  1. on exitFrame
  2.   global glist
  3.   endframe()
  4.   if rollOver(1) then
  5.     go("9to5")
  6.   else
  7.     if rollOver(5) then
  8.       if the timer > 10800 then
  9.         if getOne(glist, 22) = 0 then
  10.           go(the frame + 1)
  11.         end if
  12.       end if
  13.     else
  14.       if rollOver(2) then
  15.         nothing()
  16.       else
  17.         if rollOver(3) then
  18.           go("9to10")
  19.         else
  20.           if rollOver(4) then
  21.             nothing()
  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.