Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
en:programmingblocks:general [2018/11/29 14:39]
kniwwelino [Basic Blocks]
en:programmingblocks:general [2018/11/29 14:40] (current)
kniwwelino [Connecting Blocks]
Line 1: Line 1:
 +===== Using Kniwwelino Blockly =====
 +
 +==== Basic Blocks ====
 +The basic structure of a program is given by the following two Kniwwelino blocks : 
 +
 +{{:en:firstprogram1.png?400|}}
 +
 +''Kniwwelino on start'' contains the blocks which are only executed once, at the start of Kniwwelino (for instance the variables initialisation).
 +
 +''Kniwwelino repeat forever'' contains the blocks which are executed repeatedly, while Kniwwelino is powered.
 +
 +==== Connecting Blocks ====
 +To compose your program, you need to connect one after the other. Drag and drop the blocks to connect them. As soon as you see a yellow mark, you can connect them. 
 +
 +{{:en:firstprogram3.jpg}}
  
  • en/programmingblocks/general.txt
  • Last modified: 2018/11/29 14:40
  • by kniwwelino