Discuss Scratch
- Discussion Forums
- » Advanced Topics
- » Fan Made Scratch 4.0
- 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:
For example,
the text isn't supposed to be a variable, it's supposed to be a textbox
write () size () font () boldness () font modifier () text color () :: penthis 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) :: penwould 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
add .mp4 video type support, .png .jpg .jpeg image support, stock image support, matrix support for array-type variables, and this:You can use [] to make a box of text, for example,write () size () font () boldness () font modifier () text color () :: penthis 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) :: penwould result in: Hello!
the text isn't supposed to be a variable, it's supposed to be a textbox
block [input]::looks
block [input]::looks
Last edited by EV2048 (Dec. 15, 2025 22:30:28)
- PaxtonPenguin
-
Scratcher
100+ 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: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?write () size () font () boldness () font modifier () text color () :: penthis 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) :: penwould result in: Hello!
the text isn't supposed to be a variable, it's supposed to be a textbox
- Discussion Forums
- » Advanced Topics
-
» Fan Made Scratch 4.0