|
-
Jun 26th, 2001, 01:46 PM
#1
Thread Starter
New Member
Also, is it possible to do this in VB?
Hi,
In my game, I have 2 bitmaps (people), one facing forward and one downward. When I hit the `forward` button, I want one of the bitmaps to move forward and then I want it to change to ther other bit map (person falling) and I want that to fall.
I am using timers as well. So far, I have only figured out how to move an object left, right, up or down, but not to replace one image with the next and carry out that specific procedure.
I would appreciate it if anyone could give any code for this because I am in the middle of creating my game!!!
Thanks
Mark
-
Jun 26th, 2001, 02:41 PM
#2
To switch images, just load the images you want into picture boxes or imageboxes, and do this:
Code:
Image1.Picture = Image2.Picture
Z.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|