PDA

Click to See Complete Forum and Search --> : Picture move!!!


CyberCarsten
Nov 26th, 1999, 03:57 PM
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

spandex44
Nov 27th, 1999, 11:21 AM
do you mean make the body move, or make the picture move across the form?

------------------
Regards,
Alexander McAndrew
VB Zone
http://gsenterprise.server101.com

CyberCarsten
Nov 27th, 1999, 04:35 PM
I want the person to move

spandex44
Nov 28th, 1999, 12:59 AM
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.

CyberCarsten
Nov 28th, 1999, 01:25 AM
Thank you very much!!
I'll try it!