1

Scratch 3 seems to only have commands to start one motor at a time for X seconds. With two motors, one at each wheel, how do I tell both motors to go for a while so the robot moves forward?

KingOfCoders
  • 2,253
  • 2
  • 23
  • 34

1 Answers1

1

Put two "received [message name] message" events and attach a motor control block to each of them.

NOT_A_ROBOT
  • 113
  • 1
  • 15
Jiang YD
  • 3,205
  • 1
  • 14
  • 20