Discuss Scratch

Jmesgmes9696
Scratcher
22 posts

Fan Made Scratch 4.0

add .mp4 video type support, .png .jpg .jpeg image support, stock image support, matrix support for array-type variables, and this:
write () size () font () boldness () font modifier () text color () :: pen
this write block takes the sprite to the top left and starts writing whatever is requested in the write() section in the size(in pixels)(height) requested in the size() section, the font requested in the font() section, the font mod requested in the font modifier() section, and the text color requested in the text color() section
For example,
write (Hello!) size (11) font (Cadmium) boldness (bold) font modifier (italic) text color (#000000) :: pen
would result in: Hello!
the text isn't supposed to be a variable, it's supposed to be a textbox
EV2048
Scratcher
44 posts

Fan Made Scratch 4.0

Jmesgmes9696 wrote:

add .mp4 video type support, .png .jpg .jpeg image support, stock image support, matrix support for array-type variables, and this:
write () size () font () boldness () font modifier () text color () :: pen
this write block takes the sprite to the top left and starts writing whatever is requested in the write() section in the size(in pixels)(height) requested in the size() section, the font requested in the font() section, the font mod requested in the font modifier() section, and the text color requested in the text color() section
For example,
write (Hello!) size (11) font (Cadmium) boldness (bold) font modifier (italic) text color (#000000) :: pen
would result in: Hello!
the text isn't supposed to be a variable, it's supposed to be a textbox
You can use [] to make a box of text, for example,
 block [input]::looks 
makes:
block [input]::looks

Last edited by EV2048 (Dec. 15, 2025 22:30:28)

PaxtonPenguin
Scratcher
100+ posts

Fan Made Scratch 4.0

Jmesgmes9696 wrote:

add .mp4 video type support, .png .jpg .jpeg image support, stock image support, matrix support for array-type variables, and this:
write () size () font () boldness () font modifier () text color () :: pen
this write block takes the sprite to the top left and starts writing whatever is requested in the write() section in the size(in pixels)(height) requested in the size() section, the font requested in the font() section, the font mod requested in the font modifier() section, and the text color requested in the text color() section
For example,
write (Hello!) size (11) font (Cadmium) boldness (bold) font modifier (italic) text color (#000000) :: pen
would result in: Hello!
the text isn't supposed to be a variable, it's supposed to be a textbox
Don't they already support png and jpeg? Also what do you mean stock image support? Like are you asking scratch to have a stock image library? To partner with a stock image website?

Powered by DjangoBB