Discuss Scratch

shadowdemon333
Scratcher
2 posts

Variables

I need help with variables i would like to have a large readout but with words. P.S. please help
Spentinium
Scratcher
100+ posts

Variables

What do you mean by “a large readout but with words”?

do not ask why i am here
SpeedBee411
Scratcher
33 posts

Variables

If you want it short and sweet, just right click on the variable and click “large readout”
If you want it bigger than that, you must make a text engine.
Fortunately for you, I took 10 minutes out of my time to give you this
(and I had to listen to fireworks for 30 minutes please help).
Here's a really simple text engine. You can make it say anything you need (with the proper costumes), go anywhere on the canvas, and set the size of the text.
when gf clicked
forever
erase all::pen
write(your text here)at x:(wanted x position)y:(wanted y position)size:(wanted size

define write(t)at x:(x)y:(y)size:(s
go to x:(x)y:(y
set[i v]to(1
set size to(s)%
repeat(length of(t
switch costume to(letter(i)of(t
stamp
change x by((14)*((size)/(100
change[i v]by(1
Hope this helps!

Sincerely, @SpeedBee411


Check out my Mandelbrot Set on Desmos!
shadowdemon333
Scratcher
2 posts

Variables

Thanks

Powered by DjangoBB