Closed OnnoEbbens closed 2 years ago
I've found a fix! This is due to us using hide()
on the turtle canvas when we get user input. But, we forget to toggle the canvas again on a new run (so it is still hidden...). Will make a PR with a fix right away and it should be fixed in a minute.
Thanks!
Describe the bug In level 1, if I first run the
echo
example and then theforward
example the output screen remains black and no line is shown. With the examples I mean the command examples from the pane on the left. This also happens when I use theturn
example instead of theforward
example. I think it has something to do with theask
command but I am not sure.Paste the Hedy code & level first I use this:
after running I replace the code with this:
forward 100
The feedback is positive but no line is drawn (see screenshot)
Expected behavior I want to see a line when I run
forward 100