Zmiany

Skocz do: nawigacji, wyszukiwania

Introduction 3 - Glossary of basic Scratch 2.0 blocks

Dodane 430 bajtów, 07:28, 7 lip 2015
/* Control */
A conditional instruction block; a set of instructions will be executed between the words '''then''' and '''otherwise''' if a logical condition inserted after the word '''if''' is true. Otherwise, the set of instructions following the word '''otherwise''' is executed. Conditions are built with the use of blocks of the '''Sensors''' and '''Operators''' categories.
 
'''Example:'''
 
[[Plik:M_3_86.JPG]]
 
Suspends the script execution until the logical condition is fulfilled. Conditions are built with the use of blocks of the '''Sensors''' and '''Operators''' categories.
 
'''Example:'''
 
[[Plik:M_3_87.JPG]]
 
The block will repeat a set of instructions until the logical condition is fulfilled. Conditions are built with the use of blocks of the '''Sensors''' and '''Operators''' categories.
'''Example:'''
223
edycje