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 / 00087.ls < prev    next >
Encoding:
Text File  |  2017-09-21  |  191 b   |  14 lines

  1. on exitFrame
  2.   global gmno, gai, gdc
  3.   set i to checkstat()
  4.   if i = 1 then
  5.     go(#next)
  6.   else
  7.     if gdc > 3 then
  8.       go("mass")
  9.     end if
  10.   end if
  11.   set i to checksw()
  12.   go(#loop)
  13. end
  14.