car wheels change rotation speed based on car speed
sebababi
Member Posts: 51
Hi,
Pls check out this project
http://gamesalad.com/game/10368
Car with rotating wheels which rotate based on speed
The problem is that I calculate the speed based on the location in a Time gap. And for the first time gap I don't have the speed.
How could I do this in a different way or solve it.
It's moving without any key press or touch.
thanks
Pls check out this project
http://gamesalad.com/game/10368
Car with rotating wheels which rotate based on speed
The problem is that I calculate the speed based on the location in a Time gap. And for the first time gap I don't have the speed.
How could I do this in a different way or solve it.
It's moving without any key press or touch.
thanks
Comments
Rotation behavior on each of the wheel actors...
In the speed field, an expression...
self.Motion.Linear Velocity.X
The rotation speed could be adjusted with a multiplier or divider.