Help with coding. Move forward one speed and then change speeds

Sooo…I’m used to Modkit. Trying blocks for the first time. I’m liking it. But, need help on something I think should be real easy.

I want to move my robot forward 1 turn at 100% and then .22 turns at 50% speed.

I’ve tried all sorts of combos and it always just moves it .22 at what appears to be at 50%

( I fixed the double left motor command)

The issue is that you tell the code to not wait for the motors to finish the revolution before telling it to spin for .22. Replace the first two blocks so it does wait.

3 Likes

Remove the and don't wait on this line:
image

2 Likes