home *** CD-ROM | disk | FTP | other *** search
/ Internet 1996 World Exposition / park.org.s3.amazonaws.com.7z / park.org.s3.amazonaws.com / Japan / Panasonic- / funcity / tokyo / psyche.dcr / 00134.ls < prev    next >
Encoding:
Text File  |  2017-09-21  |  280 b   |  21 lines

  1. on exitFrame
  2.   global gmno, gai
  3.   if checkkata() = 1 then
  4.     go("7D")
  5.   end if
  6.   set i to checksw()
  7.   if i = 1 then
  8.   else
  9.     if i = 2 then
  10.     else
  11.       if i = 3 then
  12.       else
  13.         go(the frame)
  14.       end if
  15.     end if
  16.   end if
  17.   if gai = 9 then
  18.     go("8")
  19.   end if
  20. end
  21.