Road Rider wiki fixes

Good day,

I went through the Road Rider tutorial linked below.
https://wiki.gdevelop.io/gdevelop5/tutorials/roadrider

It worked for me after a few minor changes.

Below are a few suggested edits.

OLD: To set a timer, we will create an event with the condition Value of a scene timer.
NEW: To create a timer, we will create an event with the condition At the beginning of the scene. Next add the action Start (or reset) a timer, and enter “TrafficTimer” including the quotes. To set a timer, we will create an event with the condition Value of a scene timer.

OLD: our scene variable Car1,
NEW: our scene variable CarLeft,

OLD: To check the value of Car1 and
NEW: To check the value of CarLeft and

OLD: the same moment as the CarTimer is reset
NEW: the same moment as the TrafficTimer is reset

OLD: checking if the value of Car1 is 2.
NEW: checking if the value of CarLeft is 2.

OLD: every time a tree crosses a predefined position
NEW: every time traffic crosses a predefined position

Best regards,
-Ben

2 Likes

p.s. Here is a link to the resulting game.json content.

http://sprunge.us/xD6mNT

Thank you so much for this! I have tried 3 hours finding the error and I was almost desperate thinking I made something false. Thank you so much!