From b3dc9eee00bf73681b24b0652c795dae13339a11 Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Thu, 28 Jan 2010 02:33:42 +0000 Subject: fixed most of the selection bugs --- (limited to 'talogo.py') diff --git a/talogo.py b/talogo.py index ea637af..8a4c27f 100644 --- a/talogo.py +++ b/talogo.py @@ -162,7 +162,7 @@ def readline(lc, line): return res def setup_cmd(lc, str): - lc.tw.turtle.hide() + lc.tw.active_turtle.hide() lc.procstop=False list = readline(lc, str) lc.step = start_eval(lc, list) @@ -179,11 +179,11 @@ def evline(lc, list): lc.arglist = None while lc.iline: if lc.tw.step_time > 0: - lc.tw.turtle.show() + lc.tw.active_turtle.show() endtime = millis()+an_int(lc,lc.tw.step_time)*100 while millis()