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 / Scene3.dcr / 00120.ls < prev    next >
Encoding:
Text File  |  2017-09-21  |  698 b   |  34 lines

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