Changes

Line 103: Line 103:  
;self._pressed: the index of the most recent dot pressed by the user
 
;self._pressed: the index of the most recent dot pressed by the user
 
;self._orientation:you can set the orientation of your turtle by assigning a number from 0-5 (clockwise beginning with 30 degrees from north)
 
;self._orientation:you can set the orientation of your turtle by assigning a number from 0-5 (clockwise beginning with 30 degrees from north)
;self._set_label(msg);you can write a message on the toolbar if you want to communicate what your turtle is thinking
+
;self._set_label('your message here'):you can write a message on the toolbar if you want to communicate what your turtle is thinking
    
=== Where to get Turtle in a Pond ===
 
=== Where to get Turtle in a Pond ===