Activities/Turtle Art: Difference between revisions

Line 468: Line 468:
====Speed====
====Speed====
Turtle Art has three 'run' buttons:
Turtle Art has three 'run' buttons:
* The 'rabbit' button will run your program at full screen. 'Note': It will highlight blocks during execution, so your program will run much faster if you hide blocks.
* The 'rabbit' button will run your program at full screen. '''Note''': It will highlight blocks during execution, so your program will run much faster if you hide blocks.
* The 'turtle' button will run your program with a slight delay between blocks. Block are highlighted as they are executed and block labels are updated with the current block values.
* The 'turtle' button will run your program with a slight delay between blocks. Block are highlighted as they are executed and block labels are updated with the current block values.
* The 'debug' button will run your program with a longer delay between blocks. Block are highlighted as they are executed and block labels are updated with the current block values.
* The 'debug' button will run your program with a longer delay between blocks. Block are highlighted as they are executed and block labels are updated with the current block values.