Design your own custom scrolling text! ☛ Click the tabs at the top to open the editors. ☛ Click the download/upload buttons to download a savecode for the current settings, or upload a previously saved savecode to load those settings. In Effect editor: ☛ Use the "text effect" slider to switch between 1 (diamond), 2 (mirror ball), 3 (rainbow glow), 4 (static color) and 5 (rainbow color). ☛ Use the "costume" slider to switch between 21 different costumes. Feel free to add your own costumes :) ☛ Use the "font tile spacing" sliders to control the distance between the font tiles. In Path editor: ☛ Use the "wave motion" sliders to set the speed and direction of the waves. ☛ Use the "wave amplitude" sliders to set the height of the waves. ☛ Use the "wave frequency" sliders to set the length of the waves. In Font editor: ☛ Design each character in the editor window in the middle. ☛ Choose character using the controls above and below the editor window. ☛ Click "Copy" to copy the current design in the editor window. ☛ Click "Paste" to paste the copied design into the editor window. ☛ Click "Settings" to change the number of rows and columns used for each character. ☛ Click "Add" to add one or more characters to the font. ☛ Click "Delete" to delete the current character from the font. ☛ Click "Sort" to sort the characters in ASCII/Unicode-like* order.
Here are a couple of effect/path savecodes you can try: 04,12,03,02,06,78,39,01,6E,50,03, 04,12,03,04,0A,22,1D,03,40,63,04, The effects and paths are limited by hardcoded algorithms in the Effect Editor and Path Editor sprites. Feel free to alter or replace those algorithms. I have tried to make them as readable as possible. * I simply use < to compare characters, and Scratch apparently orders characters slightly different to ASCII or Unicode. In ASCII/Unicode, the characters [ \ ] ^ _ ` are placed between uppercase and lowercase letters, but Scratch places them before both. Not sure why.