Results 1 to 2 of 2

Thread: Also, is it possible to do this in VB?

  1. #1

    Thread Starter
    New Member
    Join Date
    Mar 2001
    Posts
    11

    Question 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

  2. #2
    Zaei
    Guest
    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
  •  



Click Here to Expand Forum to Full Width