View Single Post
  #1 (permalink)  
Old 01-06-2009, 9:34 PM
jjski6 jjski6 is offline
VB.NET Forum Newbie
.NET Framework: .NET 3.0 (VS 2005/2008)
 
Join Date: Jan 2009
Posts: 1
Reputation: 0
jjski6 is on a distinguished programming path ahead
Question Help make 2 things work at the same time.

Hi,

I'm somewhat of a beginner at Vb.net, and could use some help.

I am making an image (a picture box) move with the arrow keys. It goes left right and jumps when you push the Up key. I did this by changing the top and left values in the events key down and, for the case of the jump, key up. It works almost perfectly only i cannot make it so you can jump and move side to side at the same time. Only one works at a time. Any help to how i could make this happen?
Reply With Quote