A while ago I wanted to make a paint program that could save drawings to .txt and upload them/share them. My first attempt required 172,000 items in a list FOR ONE DRAWING. Since the item limit is roughly 10,000, that idea had to go (not to mention it was incredibly slow). This is my second attempt, and it works much better. I'm still working on it, so it's not finished yet. The color and menu buttons don't work yet, and you can't play back files at the moment. I would add this stuff, but I'm busy drawing random things with my own program. oh also this is in 3 scripts Meow