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 / 00119.ls < prev    next >
Encoding:
Text File  |  2017-09-21  |  547 b   |  30 lines

  1. on exitFrame
  2.   global glist
  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 getOne(glist, 25) = 0 then
  18.               set the visible of sprite 14 to 1
  19.               go(the frame + 1)
  20.             end if
  21.           else
  22.             nothing()
  23.           end if
  24.         end if
  25.       end if
  26.     end if
  27.   end if
  28.   go(the frame)
  29. end
  30.