SteveCRM
Jul 4th, 2000, 08:59 AM
Okay, I know this makes a loop go for 1000 whatevers.
Dim i as integer
For i = 1 to 1000
'all my code in here
Next i
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?
Dim i as integer
For i = 1 to 1000
'all my code in here
Next i
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?