I want to make a game like light cycles but i dont know how to make the line... any suggestions on how?
Offline
Make the car thing to have this script:
<when green flag clicked>
<clear>
<forever>
<pen down>
<end>
Offline
Make the script of the car like this:
When Flag Clicked:
Clear
set pen color to (color you want it to be)
if mouse down?
pen down
Offline