Does anyone know how to the the turtle commands to work on multiple screens? It works on screen 1 but when we switch to screen2, the turtle commands are not appearing.
Any advice?
Thanks
Does anyone know how to the the turtle commands to work on multiple screens? It works on screen 1 but when we switch to screen2, the turtle commands are not appearing.
Any advice?
Thanks
I don’t think you can use turtle on any other screen except screen1. Here is previous thread on this discussion. http://forum.code.org/t/turtle-only-appears-on-first-screen-on-5-3-puzzle-4/6567?u=bhatnagars
Students will need to use the canvas to draw similar stuff on other screens but with a different set of commands.