home *** CD-ROM | disk | FTP | other *** search
- on idle
- if NetDone(gCurrID) = TRUE then
- if netError(gCurrID) = "OK" then
- if NetTextResult(gCurrID) contains "not found" then
- alert "File Not Found"
- else
- set gNextMovieReady = TRUE
- end if
- else if NetError() contains "Error" then
- alert "Network Error:" && NetError()
- end if
- end if
- end