Your code
Set the speed to 6.
Console
Results
0%
Press Run to check your code
Your code has an error
Set the speed to 6.
Why not 100%?
Penalties: none this run
The 6 in x = x + 6 was doing a job with no name. Move it into a variable of its own and the line reads like a sentence: x = x + speed. The shape moves exactly as it did before.
Set the speed to 6.
Set the speed to 6.
Set the speed to 6.