Hi!
I'm programming a game.
I have a picture of a person.
How do make this "person" move when
i push the Forward, Backward, Left, Right button on my
keyboard???
Yours Sincerly
CyberCarsten
Printable View
Hi!
I'm programming a game.
I have a picture of a person.
How do make this "person" move when
i push the Forward, Backward, Left, Right button on my
keyboard???
Yours Sincerly
CyberCarsten
do you mean make the body move, or make the picture move across the form?
------------------
Regards,
Alexander McAndrew
VB Zone
http://gsenterprise.server101.com
I want the person to move
if you're working in an Imagebox (or Picture box), then all you have to do is create numerous pictures (you only really need 2) and each time the user clicks a button (or presses a key), the picture in the box changes. That way you will get a moving effect. It's the same with carttons. Just lots of small pictures.
Thank you very much!!
I'll try it!