home *** CD-ROM | disk | FTP | other *** search
/ Shocking The Web CD-ROM / SHOCK_CD.ISO / pc / tutorial / ch08_lgo / tutor.dcr / 00134.txt < prev    next >
Encoding:
Text File  |  1996-12-06  |  223 b   |  14 lines

  1. on preloadItem theURL
  2.    global gXferIDlist, gCurrID
  3.    preloadNetThing theURL
  4.    put getLatestNetID() into gCurrID
  5.    append(gXferIDlist,gCurrID)
  6. end
  7.  
  8. on idle
  9.    global gCurrID
  10.    put NetDone(gCurrID) into isDone
  11. ...
  12. end
  13.  
  14.