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 / HA_E.dcr / 00001.txt next >
Encoding:
Text File  |  2017-09-21  |  196 b   |  21 lines

  1. global  DEBUG,BANK,MM
  2.  
  3. on    exitFrame
  4.   
  5.     if    ( DEBUG = 1 )  then
  6.         go ( the frame + 1 )
  7.  
  8.     else
  9.         if  ( NetDone() )  then
  10.             go ( the frame + 1 )
  11.     
  12.         else
  13.             go "End1"
  14.  
  15.         end if
  16.     end if
  17.   
  18. end 
  19.  
  20.  
  21.