
-----------------------------------
Barda4
Wed Feb 06, 2008 3:12 pm

Movement before animation
-----------------------------------
Hi! I'm having a problem with the movement of my character and my animation. The problem is, when I press on any of the arrow keys the picturebox moves before the animation starts. If you have any suggestions they would be greatly appreated!!  The code is in a sub routine that is called when I press the up arrow. The movement for the rest of the arrows is ecatly the same except for the pictures.


If mover = False And Y > 0 Then
            LinkWalk.Size = New Point(21, 24)
            i += 1
            If i >= 5 Then
                Y -= 2
            End If
            If i  5 And i  17 And i  25 And i  33 And i  41 And i  49 And i  57 Then
                i = 0
            End If

