Discuss Scratch

Coding_Res_Tutor
Scratcher
1 post

More Helpful Topics for New Scratchers

Hi there! I'm new to Scratch. I've operated another Scratcher joined in October 14, 2022.
foolishhamburger
Scratcher
1 post

More Helpful Topics for New Scratchers

im like the first one here in 3 years
logcre
Scratcher
3 posts

More Helpful Topics for New Scratchers

Tip: if you need to make a global highscore system then use this

when green flag clicked
forever

if <[Score] > [Highscore]> then
set [ Highscore] to [score]
end

Last edited by logcre (Dec. 10, 2022 06:06:08)

elissa_naz
Scratcher
18 posts

More Helpful Topics for New Scratchers

when green flag clicked
change pen color by (55)
move (1111111) steps
play drum (1 v) for (0.25) beats
elissa_naz
Scratcher
18 posts

More Helpful Topics for New Scratchers

elissa_naz wrote:

when green flag clicked
change pen color by (55)
stop all sounds
move (1111111) steps
play drum (1 v) for (0.25) beats
show
set pen color to [#c40e55]
set pen color to [#c40e55]

Powered by DjangoBB