Results 1 to 3 of 3

Thread: Adding Graphics

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Sep 2001
    Posts
    152

    Exclamation Adding Graphics

    Ok, time for me to take the next big step with visual basic programing. Im going to learn how to apply graphics to my appplications. I plan on making an RPG, with one little guy that walks around and all, very basic scenery, probably much like that of Pokemon of Gameboy, can someone point me in the direction of what i should learn to accomplish this? I figure there will be talking people, and a little guy that walks around like i said, and there will be, say three towns, each with individual people and things like that. If anyone can point me in a direction that I should go in, it would be greatly appreciated. So, thanks in advance

  2. #2
    Good Ol' Platypus Sastraxi's Avatar
    Join Date
    Jan 2000
    Location
    Ontario, Canada
    Posts
    5,134
    Games mostly consist of the engine and graphics. The engine is up to you (eg. you can use your experience in VB to create people in code) but you can't just rely on pictureboxes to load pictures and display people; what you really want is BitBlt. BitBlt is an API call that can make pictures transparent, can put pictures over top of each other, and make special effects. So come on, what are you waiting for?

    http://vbden.tripod.com/articles/invmask.htm <-- My BitBlt Tutorial

    Alternatively you can use DirectDraw, but if you have never done graphics before you should try BitBlt, or if you find that daunting too, simply moving picture boxes around.
    All contents of the above post that aren't somebody elses are mine, not the property of some media corporation.
    (Just a heads-up)

  3. #3
    Addicted Member goudabuddha's Avatar
    Join Date
    Jun 2001
    Location
    Somewhere cheesy
    Posts
    203
    this seems like a lofty goal for a starting game programmer....make the simplest game you can and then expand upon that idea bit by bit until you have a decent game, then perhaps go into more complicated stuff like and rpg

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