Discuss Scratch

BLACK__SKULL
Scratcher
7 posts

★ New to Scratch? Introduce Yourself Here! ★ [READ BEFORE POSTING PLEASE] [NO BLOCKSPAM ALLOWED]

TO: NitroForceX
hello, I am @BLACK__SKULL, you could make a maze game or space game, clicker game. I HOPE THIS HELPED YOU. bye!!!!
BLACK__SKULL
Scratcher
7 posts

★ New to Scratch? Introduce Yourself Here! ★ [READ BEFORE POSTING PLEASE] [NO BLOCKSPAM ALLOWED]

HI GUYS!!!!!! I WANTED TO ASK IN SCRATCH GAMES WHEN U HAVE A SCORE IF SOMEONE STOPS THE GAME THEN WANTS TO PLAY AGAIN HOW DO U REFRESH THE SCORE????
duckmanquack
Scratcher
6 posts

★ New to Scratch? Introduce Yourself Here! ★ [READ BEFORE POSTING PLEASE] [NO BLOCKSPAM ALLOWED]

poopi wrote:

Hello new scratchersim cool I am not cool if you didn't notice
SeuAmigo35
Scratcher
500+ posts

★ New to Scratch? Introduce Yourself Here! ★ [READ BEFORE POSTING PLEASE] [NO BLOCKSPAM ALLOWED]

GoGetEmBrother wrote:

if <someone joins> then
think [Come on]
end



Obviously I'm joking welcome to scratch

moigam wrote:

CJBcoderkid wrote:

Hey everyone who probably isn't reading this! I joined scratch about a year ago, but only now am I scratcher status. I only made the account to collab a project with my friend and simply pass the time in a boring class. I'd play platformers and other fun little games before I got caught. Anyways, I decided, why not revisit? So here I am. By far I made a game and animation hub where I'd link the other games into the hub. I'm still working out the details, but the basic main screen is finished. I also have a question if anyone's looking-

Is there a way to end a song loop? For example, my main page has this coding:

when green flag clicked
forever
play sound [sound v] until done
end

I don't know how to end this loop, especially since it's on a different sprite/backdrop. I don't suppose this is possible- or could I broadcast a signal everytime I open up a minigame? I haven't tested this out, or is it possible to get a link? If so, it'd be much faster and less complicated, but I'd rather find a way to merge the minigames into the main hub, and the animations. Thanks for looking
This block may help:
stop [all]
stop [this script]
stop [other scripts in sprite]
Other examples:
when green flag clicked
repeat until <(game over) = [true]>
play sound [sound] until done

end
===============
broadcast [stop]

when I receive [stop]
set [stop] to [true]

when green flag clicked
forever
play sound [sound] until done
if <(stop) = [true]> then
stop [this script]
end
end

NitroForceX wrote:

Hello, I'm decently new! About 2 weeks on scratch is there any ideas you guys have for games or anything to make?
when green flag clicked
set [ Followers] to [100]


Have a good day!
don't use scratchblocks please

I play Roblox and that's all.
I'm fun and random.
THE FIGHT
Oomedi2009
New to Scratch
1 post

★ New to Scratch? Introduce Yourself Here! ★ [READ BEFORE POSTING PLEASE] [NO BLOCKSPAM ALLOWED]

Hello, I am new here, I hope to make friends and become a good coder )
GoGetEmBrother
Scratcher
5 posts

★ New to Scratch? Introduce Yourself Here! ★ [READ BEFORE POSTING PLEASE] [NO BLOCKSPAM ALLOWED]

@Oomedi2009 welcome
moigam
Scratcher
1000+ posts

★ New to Scratch? Introduce Yourself Here! ★ [READ BEFORE POSTING PLEASE] [NO BLOCKSPAM ALLOWED]

SeuAmigo35 wrote:

GoGetEmBrother wrote:

if <someone joins> then
think [Come on]
end



Obviously I'm joking welcome to scratch

moigam wrote:

CJBcoderkid wrote:

Hey everyone who probably isn't reading this! I joined scratch about a year ago, but only now am I scratcher status. I only made the account to collab a project with my friend and simply pass the time in a boring class. I'd play platformers and other fun little games before I got caught. Anyways, I decided, why not revisit? So here I am. By far I made a game and animation hub where I'd link the other games into the hub. I'm still working out the details, but the basic main screen is finished. I also have a question if anyone's looking-

Is there a way to end a song loop? For example, my main page has this coding:

when green flag clicked
forever
play sound [sound v] until done
end

I don't know how to end this loop, especially since it's on a different sprite/backdrop. I don't suppose this is possible- or could I broadcast a signal everytime I open up a minigame? I haven't tested this out, or is it possible to get a link? If so, it'd be much faster and less complicated, but I'd rather find a way to merge the minigames into the main hub, and the animations. Thanks for looking
This block may help:
stop [all]
stop [this script]
stop [other scripts in sprite]
Other examples:
when green flag clicked
repeat until <(game over) = [true]>
play sound [sound] until done

end
===============
broadcast [stop]

when I receive [stop]
set [stop] to [true]

when green flag clicked
forever
play sound [sound] until done
if <(stop) = [true]> then
stop [this script]
end
end

NitroForceX wrote:

Hello, I'm decently new! About 2 weeks on scratch is there any ideas you guys have for games or anything to make?
when green flag clicked
set [ Followers] to [100]


Have a good day!
don't use scratchblocks please
Why?

Powered by DjangoBB