{To change color: you must set brightness to 5 (\b5); It also reqiures Stage3D or Scratch-Render; It starts at green (\c0);} Type plain text into the input: Escape codes: \n = NEWLINE; \\ = BACKSLASH; \c<COLOR[DIGIT]> = SET COLOR EFFECT TO <COLOR>*20; \b<BRIGHT[DIGIT]> = SET BRIGHTNESS EFFECT TO <BRIGHT>*20-80; \a<CMD[S]>\<INLINE[var a=1]>\a = ONCLICK (INLINE) ASK <CMD>; Font currently supports: ZERO TO NINE; CAPITAL-A TO CAPITAL-Z; SPACE; \c3\b2ABCDEFGHI\b4\c8JKLMNOPQRS\nTUVWXYZ \c50123456789 Then it will render the page;
A scratch format for a simple web browser; Font goes to /scratchteam/pixel/alphanumeric/; Kind of like a text based browser but it uses the mouse; EXAMPLE: CLICK \ayou clicked the button\THIS\a FOR A\nMESSAGE Text is case sensitive but escape chars are not; Sometimes it's size glitches; Supports Scratch 3.0; And should support website access in the future; An HTTP Extension ( GET / HTTP/1.1 Accept: text/scratch-web-one, text/plain, */* User-Agent: ScratchWeb 2.0 on Scratch 3.0 Accept-Charset: utf-8, utf-16, * ); text/plain will be plain text not scratch-web text; It may beep if you put the code into the C compiler unescaped. If you have a sound device;