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 / 00120.ls < prev    next >
Encoding:
Text File  |  2017-09-21  |  716 b   |  36 lines

  1. on exitFrame
  2.   global glist, g, gtime
  3.   endframe()
  4.   if g = 0 then
  5.     set gtime to the timer
  6.     set g to 1
  7.   end if
  8.   if getOne(glist, 68) > 0 then
  9.     set the visible of sprite 12 to 0
  10.   end if
  11.   if the timer > 7200 then
  12.     if the timer > (gtime + 300) then
  13.       go("NO7-1")
  14.     end if
  15.   end if
  16.   if rollOver(1) then
  17.     set the visible of sprite 12 to 1
  18.     go("7to3")
  19.   else
  20.     if rollOver(2) then
  21.       set the visible of sprite 12 to 1
  22.       go("7to11")
  23.     else
  24.       if rollOver(3) then
  25.         set the visible of sprite 12 to 1
  26.         go("7to8")
  27.       else
  28.         if rollOver(4) then
  29.           set the visible of sprite 12 to 1
  30.           go("7to6")
  31.         end if
  32.       end if
  33.     end if
  34.   end if
  35. end
  36.