I wanted to make a game where my character gets into a vehicle at some point. The game is a 2D scroller. Any tips for how to make the vehicle driving as realistic as possible?
Offline
Maybe you could try using Velocity to give the vehicle acceleration? That should do a lot ^^
Last edited by Jonathanpb (2012-01-07 17:44:25)
Offline
You could make two wheels and use a gravity script on them and then make the car move proportionally to them
Offline
Make The Wheels Two Seperate Sprites Which Move Up & Down Depending On The terrain, Make The Main of The Vehicle A Single Sprite which sits between and moves according to the wheel sprites. this looks terrible but is the most realistic i can think of
Offline
Have a look at this... http://scratch.mit.edu/projects/Ratty1967UK/1469982
it's unfinished but the buggy runs quite well
Offline
Ratty1967UK wrote:
Have a look at this... http://scratch.mit.edu/projects/Ratty1967UK/1469982
it's unfinished but the buggy runs quite well![]()
What a fabulous project! You should really finish that some day.
Offline