Typewriter - A Text Engine ----------------------------------------------------------------------- Instructions: ----------------------------------------------------------------------- - TURN ON TURBO MODE FOR FAST BACKSPACE!! (Press the flag while holding [Shift]) - Type any letter and it will appear where the cursor is - If you reach the end of the screen without creating a new line, the letter will appear on the other side ----------------------------------------------------------------------- Arrow Key Shortcut Functions: ----------------------------------------------------------------------- - Up: Hold to access capital letters and special characters (Shift) - Left: Delete the last letter (backspace) - Down: Clear the document - Right: Start a new line (enter) ----------------------------------------------------------------------- All Special Characters: ----------------------------------------------------------------------- 1: [!] Exclamation Mark 2: [?] Question Mark 3: [.] Period 4: [,] Comma 5: ['] Apostrophe 6: ["] Quote 7: [-] Dash 8: [:] Colon 9: [(] Left Parentheses 0: [)] Right Parentheses ----------------------------------------------------------------------- Notes: ----------------------------------------------------------------------- - This entire project is based around the stamping feature, allowing for infinite letters. This does mean that for a single letter to be deleted, the whole document needs to clear and rewrite itself. - The fire is an example of how you can take an output from typing with this project using the "Typing?" variable - All of the code is in a single sprite, allowing it to be placed in the Scratch backpack without trouble. - Feel free to use this in your projects as long as you give credit to me, @Impakt18 - If you use this project and you want to change the text size, change the code that sets the variable called "Text Size". I have found that anything from 15-100 works well. ----------------------------------------------------------------------- Credits: ----------------------------------------------------------------------- - All code is by me - All letters and symbols are Scratch's default - Inspired by Google Docs