how do i make a car from scratch in MMF2D?
I'm trying to make a car that you can control in my game, and instead of using the "Race Car" movement, i want to program one from scratch so i can be able to make the car perform smoother 360 turns instead of 32 angles and such. Can anyone show me how to do this?
Re: how do i make a car from scratch in MMF2D?
Do you think you can use Direction Calculator for that ?
Actually... Race Car Movement could work as well... You just need a 3D object instead of sprite.
Re: how do i make a car from scratch in MMF2D?
Quote:
Originally Posted by Pyrasia
Actually... Race Car Movement could work as well... You just need a 3D object instead of sprite.
wtf??
Quote:
Originally Posted by gordonquinton11
I'm trying to make a car that you can control in my game, and instead of using the "Race Car" movement, i want to program one from scratch so i can be able to make the car perform smoother 360 turns instead of 32 angles and such. Can anyone show me how to do this?
I have a simple example of this on my website. Sorry the file is a little large, it was also intended to also show that you can have an animation for each of the 360 directions.