Results 1 to 5 of 5

Thread: Help me with VB6 Game [PacMan]

  1. #1

    Thread Starter
    New Member
    Join Date
    Sep 2010
    Posts
    1

    Question Help me with VB6 Game [PacMan]

    i want to create a VB6 app for a Pacman game. Ihave a prob with the hiding of the food object [consider an image] when the pacman image is trying to get that food. I can't able to makeit out. Pleae help me. I'm a new one to vb6 & don't even know complete Directx Gaming in vb6

  2. #2

  3. #3
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Help me with VB6 Game [PacMan]

    What do you have so far?

  4. #4
    Lively Member
    Join Date
    Jan 2008
    Posts
    70

    Re: Help me with VB6 Game [PacMan]

    Quote Originally Posted by 007007dinesh View Post
    i want to create a VB6 app for a Pacman game. Ihave a prob with the hiding of the food object [consider an image] when the pacman image is trying to get that food. I can't able to makeit out. Pleae help me. I'm a new one to vb6 & don't even know complete Directx Gaming in vb6
    It totally depends how you're rendering it. Direct3D? Just don't put that piece of food in the vertex buffers for the next render.

    Or are they being drawn by pixels onto a picturebox or something? Then you can draw some background colored pixels over them.

    Or are they controls? Then set their hidden attribute.


    I know I'm a bit of a prosthelitizer about this, but why ever use VB6 for a new project? vb.net is free and very easy if you're already familiar with VB6.

  5. #5
    Fanatic Member
    Join Date
    Oct 2009
    Location
    Missouri
    Posts
    770

    Re: Help me with VB6 Game [PacMan]

    Just use bitblt. =D Easy. =D
    Rate my post if i helped you!


    Button Configuration Control For VB6 GetAsyncKeyState
    I'm the 7th best high school programmer in the nation!(according to SkillsUSA Nationals)(Used C#.Net)

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