Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
anything AT ALL?
#17
Ew I just noticed something.

All your timers in the gameloop should match this format:

Code:
If MapAnimTimer < Tick Then

MapAnimTimer = Tick + 250
End If

And FPS:

Code:
If TickFPS < Tick Then
            GameFPS = FPS
            TickFPS = Tick + 1000
            FPS = 0
        Else
            FPS = FPS + 1
        End If
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)