ea46f1cbc7
* 3 activies from curriculum * fixing style
12 lines
270 B
Markdown
12 lines
270 B
Markdown
# Three Point Turn Activity 1
|
|
|
|
```blocks
|
|
brick.buttonEnter.onEvent(ButtonEvent.Click, function () {
|
|
motors.largeBC.tank(75, 30)
|
|
loops.pause(1500)
|
|
motors.largeBC.tank(-30, -75)
|
|
loops.pause(1000)
|
|
motors.largeBC.tank(50, 50)
|
|
loops.pause(3000)
|
|
})
|
|
``` |