Search found 2 matches
- Thu Apr 04, 2013 7:52 am
- Forum: General
- Topic: What to do after I encounter a collision?
- Replies: 7
- Views: 4712
Re: What to do after I encounter a collision?
I've got it sorted now, Doing the collision detections after all the position changes are done did help a lot thanks, made it far simpler to do collision detection without the player 'vibrating' against edges. Had issues with the player getting teleported around the block (the code preventing player...
- Wed Apr 03, 2013 9:49 am
- Forum: General
- Topic: What to do after I encounter a collision?
- Replies: 7
- Views: 4712
Re: What to do after I encounter a collision?
Sorry for hijacking a topic a bit but the OP hasn't replied for a few days and it's better posting in an existing thread than creating a new one. Would just like advice on my approach to collision detection for a platform game. Tried doing a teleport where if you walked into a block it would transpo...