Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Extra walking frame (when walking in game, not sprite sheet)
#13
But still would it run faster?

Code:
If (Player(Index).YOffset < PIC_Y / 1) Then
                    Anim = 1
               ElseIf (Player(Index).YOffset < PIC_Y / 2) Then
                    Anim = 2
               ElseIf (Player(Index).YOffset < PIC_Y / 8) Then
                    Anim = 0
               End If
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)