From 1dbe393136fcbe502d87973575e6543f6f521f27 Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Tue, 22 Mar 2011 09:38:24 +0000 Subject: updated news re user-defined blocks --- (limited to 'NEWS') diff --git a/NEWS b/NEWS index 3a0e890..7c4e03b 100644 --- a/NEWS +++ b/NEWS @@ -21,7 +21,7 @@ BUG FIXES * Fixed regression with camera_plugin after refactoring (#2689) * Fixed problem with saving/loading extra turtles when nick changes (#2441) -PYTHON CODE FLAG DAY +PYTHON CODE CHANGE * Userdefined code gets TurtleWindow instance rather than LogoCode instance as first argument. This change was made in order to better @@ -31,7 +31,9 @@ PYTHON CODE FLAG DAY directly, e.g., tw. To reference lc, use tw.lc. Also note that the push_mouse_event.py sample has changed. The x,y position of the mouse is now always pushed to the stack, whether or not the mouse - button is pressed. + button is pressed. Under most circumstances, Turtle Art will detect + when myblock is looking for lc rather than tw and it will pass the + correct argument. 106 -- cgit v0.9.1