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

  1. on idle
  2.    global gCurrID
  3.    if NetDone(gCurrID) = TRUE then
  4.      go to frame "exitAnim"
  5.    else
  6.      go loop
  7.    end if
  8. end
  9.  
  10.