Activities/Turtle Art: Difference between revisions
| Line 467: | Line 467: | ||
====Speed==== | ====Speed==== | ||
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 '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. | |||
====Running Turtle Art outsde of Sugar==== | ====Running Turtle Art outsde of Sugar==== | ||