I haven't been on Scratch in over 6 months, but I was bored at 3am and decided to look through some of my unfinished projects and found this. It is a simple (ha look inside) spreadsheet with resizable cells, limited cell editing, and cursor movement through the arrow keys or the mouse. In the future, drag to select and formulas will be added. UPDATE: -Support for the alphabet and some symbols -Can now enter multiple characters -SPACE to edit cells -If you type a bunch and only see 3 dots, you need to make the cell larger in order to see the text -When entering letters, USE CAP LOCK or they won't show -A red box means the character isn't yet supported HOW IT WORKS: This project is mostly pen, since the screen can be updated very quickly with the pen. The cell adjusters are all clones, but the lines, cursor, and numbers/letters/symbols are all pen. Every time the cursor (bold box) is moved, the line markers are moved, or text is entered, the screen is cleared and regenerated. Feel free to use any scripts for your own projects! (Though giving credit is nice)