Hello, my name is Drew. I am looking for a top-down race car example that has the ability to drift. How would I be able to accomplish this? Are there any examples out there that I can try and build off of? Thanks for the help! :)
Printable View
Hello, my name is Drew. I am looking for a top-down race car example that has the ability to drift. How would I be able to accomplish this? Are there any examples out there that I can try and build off of? Thanks for the help! :)
Hey Drew,
Perfect timing! I just was working on that. I found a great resource created by Anders! Scroll through his examples and you will find a great drift car with cool spark effects. Hope this helps. Also, if you need an example of my racing game, please ask! It has pretty basic AI but it works!
http://andersriggelsen.dk/files/exam...arSkidding.mfa
I made an example of this here:
http://community.clickteam.com/threads/88658-Custom-Physics-Car-Movement?highlight=physics+car
Holy Cow DaveC! That's amazing! And the collisions are so smooth. I'm finishing my racing car game, I'm a newer user, and I'm happy with it but the collisions are "Bounce" and look amateurish. If you don't mind, could I study this and use some collision code in my game? It's definitely a not for profit game and I will give you credit when the end game credits roll!
Go for it mate! There was really not too much to the collisions though, because I used the box2D collisions to do all the hard work.
Thank you sir! That's one of the things time will teach me. 1. There's an Object that performs such actions and 2. How to use the object!