From Test-Scratch-Wiki
Turn Motor On | |
Category | LEGO WeDo |
Type | Stack |
Introduced in | 1.4 |
The Turn Motor On block is a LEGO WeDo block and a Stack block. The block activates a LEGO WeDo motor.
Prior to Scratch 2.0, this block was named Motor On.
Example Uses
Please expand this article or section. You can help by adding more information if you are an editor. More information might be found in a section of the talk page. |
Nothing can be done with LEGO WeDo if the motor cannot be simply turned on.
Some common uses for the Turn Motor On block:
- Making a vehicle move forever
when gf clicked turn motor on
- A fan that never stops
when [space v] key pressed turn motor on
- Continuously moving motors
when [space v] key pressed turn motor on wait until <not <key [space v] pressed?>> turn motor off