Need help making a sidescrolling motorcycle game

I’m not sure how to make a well working acceleration and braking system. I also need to display the speed of the object as it accelerates.

2 Likes

The motor block seems to be exactly what you need. Try using that for your acceleration/deceleration.

1 Like

Is there a way to display the speed the vehicle is moving at? Whenever I connect the label to the output of ‘forward’ it only displays the set max speed (30 & -30).

You should be able to use an extractor to get your current velocity.

1 Like