Computer Science Canada Turing 4.0.0 |
Author: | Laetus [ Sun Sep 26, 2004 7:08 pm ] | ||
Post subject: | Turing 4.0.0 | ||
In my version of Turing, the graphics window doesn't work (it's always the same size), and all my graphics move toward the left side. example:
In my turing, all the numbers move to the left. Can anyone help?[/code] |
Author: | Cervantes [ Sun Sep 26, 2004 7:15 pm ] | ||
Post subject: | |||
the reason your numbers "move" to the left side is because when you use the put command you erase everything in that row after that column. So, your text isn't actually moving to the left side, its just that it gets erased from the left side much less often than from the right. follow? |
Author: | Laetus [ Fri Oct 15, 2004 9:00 pm ] |
Post subject: | |
Ok. Thank you. My computer at school didn't do it that way, so it looked like something was going wrong. Thanks! |