|
-
Sep 25th, 2010, 09:40 AM
#1
Thread Starter
New Member
-
Sep 25th, 2010, 09:54 AM
#2
Re: Help me with VB6 Game [PacMan]

I've moved your thread to here which is the proper forum for game-programming questions.
-
Sep 26th, 2010, 06:40 AM
#3
Re: Help me with VB6 Game [PacMan]
-
Sep 26th, 2010, 07:08 AM
#4
Lively Member
Re: Help me with VB6 Game [PacMan]
 Originally Posted by 007007dinesh
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.
-
Sep 30th, 2010, 05:55 PM
#5
Fanatic Member
Re: Help me with VB6 Game [PacMan]
Just use bitblt. =D Easy. =D
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
|