Dec-15-2020, 09:28 PM
(Dec-15-2020, 04:59 PM)bowlofred Wrote: Yes I think your choices in turtle are to use the pens as your images (maybe one turtle for each letter?), or to draw, wait, erase, redraw over and over.
If you went down to tkinter, you could draw objects directly and then you'd be able to move them around on the canvas. A bit more work than just using turtle, but you would have extra functionality.
I'll try the redraw method first and I'll use separate letter images if that doesn't work. Just wanted to make sure I wasn't doing a harder method if there was something easier available. I'll look into tkinter, but I can't use it anyway because of the restrictions. Thank you.