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 / Scene6.dcr / 00124.ls < prev    next >
Encoding:
Text File  |  2017-09-21  |  482 b   |  29 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, 19) = 0 then
  10.       go("NO11-1")
  11.     end if
  12.   end if
  13.   if rollOver(1) then
  14.     go("11to7")
  15.   else
  16.     if rollOver(2) then
  17.       nothing()
  18.     else
  19.       if rollOver(3) then
  20.         go("11to12")
  21.       else
  22.         if rollOver(4) then
  23.           go("11to10")
  24.         end if
  25.       end if
  26.     end if
  27.   end if
  28. end
  29.