How to Learn Construct 3? Next Steps for Beginners

49
  • 82 favourites

Index

Features on these Courses

Contributors

Stats

64,447 visits, 250,621 views

Tools

Translations

This tutorial hasn't been translated.

License

This tutorial is licensed under CC BY 4.0. Please refer to the license text if you wish to reuse, share or remix the content contained within this tutorial.

Driving

Driving is allowing you to drive a car, in a closed track.

In this template, there are no winning or losing conditions.

The Car object is using the Car behavior that allows to control the car and apply a car-like movement to it.

This behavior will also interact with the Solid behavior of the Barrier instances. When colliding with a Barrier, the Car will bounce back in an arcade way.

The Car object also contains the ScrollTo behavior which purpose is to always keep the view on the current object, acting as a kind of camera that is going to follow the object in the layout and modify the ScrollX and ScrollY properties automatically to do so.

Like the Platform behavior, the Car behavior contains a “Default controls” property.

For this template, it is activated and that’s what allows the player to press the arrow keys to control the car.

If you are looking for an actual racing game template that implements laps, computer-controlled cars, and real-time rankings look into the Race Track template.

Beware though, despite being fully commented, this template is rather aimed at intermediate to advanced users (some of the features are much more advanced than adding a plugin and a behavior to a project).

It is still possible to go through it, understand it and use it, but it might be more difficult if you are still a complete beginner.

Another template exists named Car Lanes. It is simpler than Race Track but still is an intermediate template in its own right.

  • 17 Comments

  • Order by
Want to leave a comment? Login or Register an account!