Activities/Turtle Art/Sensors: Difference between revisions

Tonyforster (talk | contribs)
 
(7 intermediate revisions by 4 users not shown)
Line 3: Line 3:


===The Sensors Palette (red)===
===The Sensors Palette (red)===
THIS INFOMATION IS OUT OF DATE, SEE [[Activities/Turtle_Art#Sensors_Palette]]


====examples (4)====
====examples (4)====
Line 16: Line 17:
|[[Image:TA-keyboard.svg]]||keyboard input||holds results of query-keyboard block
|[[Image:TA-keyboard.svg]]||keyboard input||holds results of query-keyboard block
|-
|-
|[[Image:TAMyblock.svg]]|| [[#Programmable Brick|user-definable code]] || This block runs code found in the tamyblock.py module found in the Journal and editable in Pippy. Use the load Pippy button on the Save/Load toolbar to load your custom module.
|[[Image:TAMyblock.svg]]|| [[Activities/Turtle_Art#Programmable_Brick|user-definable code]] || This block runs code found in the tamyblock.py module found in the Journal and editable in Pippy. Use the load Pippy button [[Image:TAPippyButton.svg]] on the Save/Load toolbar to load your custom module. The block changes appearance once Python code is loaded. [[Image:TA-python-code-loaded.svg]]
|-
|-
|[[Image:TA-myfunc.png]]||my function||a programmable block: add your own math equation in the block, e.g., sin(x)
|[[Image:TA-myfunc.png]]||my function||a programmable block: add your own math equation in the block, e.g., sin(x)