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 / 00094.ls < prev    next >
Encoding:
Text File  |  2017-09-21  |  236 b   |  18 lines

  1. on exitFrame
  2.   global gmno
  3.   if checkkata() = 1 then
  4.     go("7R")
  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. end
  18.