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 / Scene1.dcr / 00114.ls < prev    next >
Encoding:
Text File  |  2017-09-21  |  726 b   |  36 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) or (the timer > 10800) then
  18.               if getOne(glist, 132) = 0 then
  19.                 set a to random(2)
  20.                 if a = 1 then
  21.                   go(the frame + 1)
  22.                 else
  23.                   go("NO2-1")
  24.                 end if
  25.               end if
  26.             end if
  27.           else
  28.             nothing()
  29.           end if
  30.         end if
  31.       end if
  32.     end if
  33.   end if
  34.   go(the frame)
  35. end
  36.