Okay, I know this makes a loop go for 1000 whatevers.
But Im making an online game (almost done too :)) but I want a loop to keep send my coordinates to the other person, but I don't want to use a timer, because that defeats the purpose of using BitBlt. And I don't know how long each game is going to go on. Anyone got any ideas?Code:Dim i as integer
For i = 1 to 1000
'all my code in here
Next i
