I am not a really good game programmer, actually, I kind of suck.
but I do this code
i have also tried keypress, this doesnt work, why?Code:Private Sub Form_KeyDown(KeyCode As Integer, Shift As Integer) If KeyCode = 13 Then Picture1.Move 0, 100 End If End Sub




Reply With Quote