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 / e / cool.dcr / 00059.ls < prev    next >
Encoding:
Text File  |  2017-09-21  |  245 b   |  18 lines

  1. on exitFrame
  2.   global gmno, gten, gnin, gcre
  3.   movesonic()
  4.   moveice()
  5.   checkice()
  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.