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 / paris / wave / MAP062J.dcr / 00020_PreLoad-Loop.ls < prev    next >
Encoding:
Text File  |  2017-09-21  |  199 b   |  15 lines

  1. global debug, ma
  2.  
  3. on exitFrame
  4.   if debug = 1 then
  5.     go("Ending")
  6.   else
  7.     if netdone() then
  8.       set ma to "../OMC_01J.html"
  9.       go("Ending")
  10.     else
  11.       go("PL1")
  12.     end if
  13.   end if
  14. end
  15.