Search found 3 matches
- Fri Jan 24, 2014 1:03 pm
- Forum: General
- Topic: Newbie Collision Detection question
- Replies: 5
- Views: 2055
Re: Newbie Collision Detection question
Micha, I used some starter code and modified it to fit my situation.
- Fri Jan 24, 2014 1:01 pm
- Forum: General
- Topic: Newbie Collision Detection question
- Replies: 5
- Views: 2055
Re: Newbie Collision Detection question
Actually Plu, you may be on to something. Let me comb over my code to see. I have been blaming my character settings, but perhaps it is my tile settings that are the culprit. Thanks for the idea.
- Fri Jan 24, 2014 2:12 am
- Forum: General
- Topic: Newbie Collision Detection question
- Replies: 5
- Views: 2055
Newbie Collision Detection question
Hi, I read up on all the collision detection questions that have been previously posted. None of them addresses my issue, and a lot of the code samples supplied to solve issues are more complicated than I understand. I am working on an a simple 2D shooter game, set up sort of Mario style. My charact...