Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Animation Loops outside the Gameloop
#9
Code:
If GetTickCount > SecondTimer Then
                Call CheckTempTree
                SecondTimer = GetTickCount + 1000
            End If

That's how it should look. Instead of doing the check and adding a lot, it just does the check and then adds once.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)