Discuss Scratch

Sasuke_MESS10
Scratcher
62 posts

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

Ceoreparque wrote:

SNOWBALL HAS SLAIN THE BEAST

I'm still new so i'll re-post my first new scratcher thread here since i have yet to get a definitive answer for both of my questions.

1.) I've noticed the total amount of scripts/sprites have disappeared from project pages - i understand why, but is there a way to see the total amount of scripts/sprites in my own project? Or just a way to see it anywhere? I've noticed now i can right-click on any sprite code canvas (for lack of a better word) and it gives me the option to delete every code block - and how many there are in that sprite. So i can count individual blocks of code now, which i'd argue is better :p
2.) Right-clicking on various broadcast commands no longer brings up options like “Show broadcasters” or “Show receivers,” highlighting exactly that on the sidebar - is there something i'm missing? A workaround? Or is it no longer a feature?
welcome new scratcher hope you a good time on scratch
PatrickOne
Scratcher
2 posts

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

Hi!

So I started an account to help my son to learn programming.

Finally we got cloud variables, but am I missing something or does the person playing the game have to be logged in And a scratcher? Because the variable wouldn't update for a non-logged in or a new scratcher. If so, how would your non scratcher friends be a able to get on a high score list especially when getting rid of the “new scratcher”-mode isn't possible for everyone???

Also how do one change the picture in the My Stuff listing? I can't get it to update like in the Project page (the one with instructions and notes)
Also, maybe there is a way to show variables shown in the game window in the picture in the Project page?

Best regards from Sweden :-)

Last edited by PatrickOne (Oct. 29, 2020 01:54:27)

RealBaruto
Scratcher
56 posts

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

ok so can the scratch team responed to my call outs of how to add the Spotify extension?!?!?

Last edited by RealBaruto (Oct. 29, 2020 04:38:13)

Raven-dark03
Scratcher
4 posts

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

Cc
filmlover12
Scratcher
100+ posts

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

DieForrobux_New wrote:

SeuAmigo35 wrote:

TheBoardGameOfFun wrote:

Hi!
when green flag clicked
forever
say [hi!]
end

Pufocina wrote:

when green flag clicked
say [yaaaaaaaaa]

Pufocina wrote:

when green flag clicked
say [hello scratchers] for (2) secs
say [I am not a popular scratcher]
when will Bloockspamming be stoped?
some of these people are new to scratch man
Well it does say in the title of this topic NO BLOCKSPAMMING ALLOWED so they should know.
moigam
Scratcher
1000+ posts

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

PatrickOne wrote:

Hi!

So I started an account to help my son to learn programming.

Finally we got cloud variables, but am I missing something or does the person playing the game have to be logged in And a scratcher? Because the variable wouldn't update for a non-logged in or a new scratcher. If so, how would your non scratcher friends be a able to get on a high score list especially when getting rid of the “new scratcher”-mode isn't possible for everyone???

Also how do one change the picture in the My Stuff listing? I can't get it to update like in the Project page (the one with instructions and notes)
Also, maybe there is a way to show variables shown in the game window in the picture in the Project page?

Best regards from Sweden :-)
1. Unfortunately this is not possible. You need to be active to get scratcher status.
2. This is also not possible.

Last edited by moigam (Oct. 29, 2020 13:02:32)

CJBcoderkid
Scratcher
7 posts

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

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
GoGetEmBrother
Scratcher
5 posts

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

Yay more competition >
GoGetEmBrother
Scratcher
5 posts

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

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



Obviously I'm joking welcome to scratch

Last edited by GoGetEmBrother (Oct. 29, 2020 14:31:43)

filmlover12
Scratcher
100+ 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
seriously? Even if you joke this forum is no place for blockspamming.
moigam
Scratcher
1000+ posts

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

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

Last edited by moigam (Oct. 30, 2020 11:10:21)

NitroForceX
Scratcher
1 post

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

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!
moigam
Scratcher
1000+ posts

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

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!
Check this out!

Last edited by moigam (Oct. 29, 2020 17:42:38)

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
Oomedi2009
New Scratcher
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