I allwallys thought that using getNetText was a suitable solution, Im I
wrong or is there a better way?

global myNetID,counter
 on startMovie
    counter =0
 myNetID=getNetText("http://www.someserver.com/mytext.txt?";)
end


 on exitFrame
 if netDone(myNetID) then

      go to frame 10

 else if counter < 100
      go to the frame
    counter = counter + 1
   end if
end

Mattie Wells,

[To remove yourself from this list, or to change to digest mode, go to 
http://www.penworks.com/lingo-l.cgi  To post messages to the list, email 
[EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is for 
learning and helping with programming Lingo.  Thanks!]

Reply via email to