Updated Set Score image for new font
commited
commit
03e63e9df686600723c32bde80d10c6eb5dc1333
... | ... | @@ -2,7 +2,7 @@ Some blocks have wires sticking out of them. These are *script blocks* and you s |
2 | 2 | |
3 | 3 | When you tap Play, script blocks *execute* and do their thing. E.g. [[Set Score]] sets the current score, so if we wire the [[Number]] 3 to it, the score is set to 3. |
4 | 4 | |
5 | [[/uploads/ex01_set_score.png]] |
|
5 | [[/uploads/Screenshot_20240714_171424_Fancade.jpg]] |
|
6 | 6 | |
7 | 7 | Blocks execute top-to-bottom, left-to-right. But you can plug in the yellow *control wires* to change the execution order. This is especially useful when you want to execute a block only some of the time. E.g. here I've wired a [[Button|Can't find buttons, motors, characters?]] to [[If]] to [[Win]], so when the player moves onto the button, then the game is won: |
8 | 8 |