Discuss Scratch

Goldking9
Scratcher
67 posts

The Fan-Made Scratch 4.0 Project

I love these ideas.
vulchi99
Scratcher
18 posts

The Fan-Made Scratch 4.0 Project

when green flag clicked
forever

Scratch 4.0
Donut1673
Scratcher
3 posts

The Fan-Made Scratch 4.0 Project

I think there should be a

glide () 
block
Jmesgmes9696
Scratcher
12 posts

The Fan-Made Scratch 4.0 Project

go to [nearest v] source of color (#FFFFFF)
(user id)
when stop sign clicked
run green flag
MOFEABI
Scratcher
59 posts

The Fan-Made Scratch 4.0 Project

when green flag clicked
Make a programming language
Jmesgmes9696
Scratcher
12 posts

The Fan-Made Scratch 4.0 Project

 //(Spawn Pico)
Jmesgmes9696
Scratcher
12 posts

The Fan-Made Scratch 4.0 Project

Jmesgmes9696 wrote:

 //(Spawn Pico)
The is supposed to be a block in a new category called “Advanced Blocks: These blocks have advanced funconality and are to be used only if you know what they do.”
CreeperBoi2468
Scratcher
5 posts

The Fan-Made Scratch 4.0 Project

when green flag clicked
point towards x: (0) y: (0) :: motion

Last edited by CreeperBoi2468 (Nov. 2, 2025 01:08:09)

d016
Scratcher
91 posts

The Fan-Made Scratch 4.0 Project

Donut1673 wrote:

I think there should be a

glide () 
block

What would the block even do?

glide (23) :: motion // does it take 23 seconds to glide, or does it move 23 steps? In which direction would the sprite glide? There are so many questions, with no answers
d016
Scratcher
91 posts

The Fan-Made Scratch 4.0 Project

Jmesgmes9696 wrote:

go to [nearest v] source of color (#FFFFFF)
(user id)
when stop sign clicked
run green flag


By the way, you can use a :: to define block colors and shapes:


when @stopSign clicked :: events hat
cool control block :: control
go to (Stage :: extension) :: motion
turns into

when @stopSign clicked :: events hat
cool control block :: control
go to (Stage :: extension) :: motion

Powered by DjangoBB