Project 196: Dodgy Road

8. Differentiate Clones

Make clones start on different paths and spawn as a different color. Using Random Numbers and color effects.
This challenge doesn't have a starting point

Your goal

Steps

1. Setup our Clones

Let's also grab "set color effect to 0" from Looks and a "pick random 1 to 10" from operators. We will randomize the color of our clones, and pick a path for them to move on.

2. Tweaking the Random Values

We'll pick 1 to 255 for the colors and 1 to 3 for the path. This should make our game a lot more interesting to play, because each clone will have a unique color, and they will run on 3 different paths.