split line
This commit is contained in:
parent
9229d5178c
commit
0b30698fbc
@ -26,7 +26,9 @@ turtle.forward(1)
|
|||||||
## Drawing a square
|
## Drawing a square
|
||||||
|
|
||||||
If you add enough ``||turtle:turnRight||`` and ``||turtle:forward||`` block, the turtle
|
If you add enough ``||turtle:turnRight||`` and ``||turtle:forward||`` block, the turtle
|
||||||
will eventually draw a square. You can move the blocks in a ``||input:on button pressed||`` to easily run the code again.
|
will eventually draw a square.
|
||||||
|
|
||||||
|
You can move the blocks in a ``||input:on button pressed||`` to easily run the code again.
|
||||||
|
|
||||||
```blocks
|
```blocks
|
||||||
input.onButtonPressed(Button.A, function() {
|
input.onButtonPressed(Button.A, function() {
|
||||||
|
Loading…
Reference in New Issue
Block a user