collision in visual basic 2008

Started by
2 comments, last by 00chris00 13 years, 9 months ago
I am trying to use an array to have all the walls in me game check at once for a collision but when i try to do it something always goes wrong.

Also i have tried to use the 'bounds' property of an object as the controlling coordinates for the collision but i am unsure how to, and if possible, to get this to work.

Any help appreciated.
Advertisement
I really do need help for this its for a pac-man style game, if that gives any more information.
Quote:Original post by Superguy2876
I am trying to use an array to have all the walls in me game check at once for a collision but when i try to do it something always goes wrong.


What goes wrong specifically?

Otherwise post your code, explain what you've tried and how it doesn't work

-me

Quote:but when i try to do it something always goes wrong.

Oh. Well that's an easy one, do something about it.
Quote:its for a pac-man style game, if that gives any more information.

Sure it does. Take a look here. It was nice helping you out.

Tip: give more information and source code.

This topic is closed to new replies.

Advertisement