Discuss Scratch

WeAllLoveCheez
Scratcher
48 posts

Scratch Help Studio Curator Team

hey @zbsmobile, I got a question. if we wanted to help with some kind of code in a certain project, how would we do it? do we just remix and then post the remix? if so, how are we supposed to collaborate on which parts we do so as to not accidentally do the same part and waste time and effort?
spam2026
Scratcher
20 posts

Scratch Help Studio Curator Team

zbsmobile
Scratcher
100+ posts

Scratch Help Studio Curator Team

WeAllLoveCheez wrote:

hey @zbsmobile, I got a question. if we wanted to help with some kind of code in a certain project, how would we do it? do we just remix and then post the remix? if so, how are we supposed to collaborate on which parts we do so as to not accidentally do the same part and waste time and effort?

I typically tell the person that I am remixing and make sure I know exactly what needs fixed or where the problem area is for larger projects. Then just remix.
FLAMINFOX711
Scratcher
89 posts

Scratch Help Studio Curator Team

zbsmobile just wanted to let you know I will be taking a 5 day break from scratch, due to personal matters. I will be unable to take help requests until then. I’m sorry about this, but it can’t be helped
ThatSuperSusDude
Scratcher
16 posts

Scratch Help Studio Curator Team

followed, im a coder
spam2026
Scratcher
20 posts

Scratch Help Studio Curator Team

Hello everyone! I need help with a client. They are having some backpacking issues with there sprite. https://scratch.mit.edu/projects/1313631436 That is the link to there project. It would totally help if he got helped by a coder. I’m not much of one, so I can’t help. Can a coder that knows what backpacking is help? That would be awesome if one of y’all could do that. Thanks to anyone that does!!
Toppatboi111
Scratcher
3 posts

Scratch Help Studio Curator Team

zbsmobile wrote:

Toppatboi111 wrote:

I have a question, what's the “shop side” supposed to mean?

That was supposed to say side shop. If at any point we have lots of active coders, but not enough projects to help with, then we could start a shop so they get stuff to do.

K, but what does the shop aspect mean? Like a big project we can all work on? A game? Or a help thing? Sorry just curious
FLAMINFOX711
Scratcher
89 posts

Scratch Help Studio Curator Team

Just letting you know, it looks like I won’t have to go completely inactive! I might be able to help with a few things
blueberry9990
Scratcher
4 posts

Scratch Help Studio Curator Team

<[cat] > [cat but 1% less cat]>
Ice-eye
Scratcher
4 posts

Scratch Help Studio Curator Team

<[cat] > [dog]>
WeAllLoveCheez
Scratcher
48 posts

Scratch Help Studio Curator Team

zbsmobile wrote:

WeAllLoveCheez wrote:

hey @zbsmobile, I got a question. if we wanted to help with some kind of code in a certain project, how would we do it? do we just remix and then post the remix? if so, how are we supposed to collaborate on which parts we do so as to not accidentally do the same part and waste time and effort?

I typically tell the person that I am remixing and make sure I know exactly what needs fixed or where the problem area is for larger projects. Then just remix.
ah I see tysm
flower-flowey
Scratcher
10 posts

Scratch Help Studio Curator Team

define im here!!!!
say [yep!] for (2) secs
when green flag clicked
go to x: (inf) y: (inf)
when green flag clicked
define calculate √(74633753478635874356387456 * 4836753875 * blah blah blah)
set [a v] to (74633753478635874356387456)
set [b v] to (4836753875)
set [c v] to (pick random (1) to (999999999999999999999999999999))
repeat (100)
change [a v] by (pick random (1) to (999999999))
change [b v] by (pick random (1) to (999999999))
change [c v] by (pick random (1) to (999999999))
end
repeat (200)
set [temp v] to (sqrt ((a) * (b)))
change [result v] by (temp)
end
repeat (150)
say (join [calculating chaos → ] (result)) for (0.01) secs
end
say [done. maybe.] for (2) secs
[scratchblocks]
when green flag clicked
set [mega v] to [0]
set [i v] to [0]
set [j v] to [0]
set [k v] to [0]
set [msg v] to [starting mega script...]

say (msg) for (2) secs

repeat (5)
change [i v] by (1)
set [msg v] to (join [loop 1 pass ] (i))
say (msg) for (0.1) secs
change [mega v] by (1)
change [j v] by (1)
change [k v] by (1)
end

define mega chunk 1
change [mega v] by (1)
change [i v] by (1)
change [j v] by (2)
change [k v] by (3)
say (join [chunk 1 → ] (mega)) for (0.01) secs

define mega chunk 2
change [mega v] by (2)
change [i v] by (2)
change [j v] by (3)
change [k v] by (4)
say (join [chunk 2 → ] (mega)) for (0.01) secs

define mega chunk 3
change [mega v] by (3)
change [i v] by (3)
change [j v] by (4)
change [k v] by (5)
say (join [chunk 3 → ] (mega)) for (0.01) secs

define mega chunk 4
change [mega v] by (4)
change [i v] by (4)
change [j v] by (5)
change [k v] by (6)
say (join [chunk 4 → ] (mega)) for (0.01) secs

define mega chunk 5
change [mega v] by (5)
change [i v] by (5)
change [j v] by (6)
change [k v] by (7)
say (join [chunk 5 → ] (mega)) for (0.01) secs

repeat (10)
broadcast [run chunk 1 v]
broadcast [run chunk 2 v]
broadcast [run chunk 3 v]
broadcast [run chunk 4 v]
broadcast [run chunk 5 v]
end

when I receive [run chunk 1 v]
mega chunk 1
mega chunk 1
mega chunk 1
mega chunk 1
mega chunk 1
mega chunk 1
mega chunk 1
mega chunk 1
mega chunk 1
mega chunk 1

when I receive [run chunk 2 v]
mega chunk 2
mega chunk 2
mega chunk 2
mega chunk 2
mega chunk 2
mega chunk 2
mega chunk 2
mega chunk 2
mega chunk 2
mega chunk 2

when I receive [run chunk 3 v]
mega chunk 3
mega chunk 3
mega chunk 3
mega chunk 3
mega chunk 3
mega chunk 3
mega chunk 3
mega chunk 3
mega chunk 3
mega chunk 3

when I receive [run chunk 4 v]
mega chunk 4
mega chunk 4
mega chunk 4
mega chunk 4
mega chunk 4
mega chunk 4
mega chunk 4
mega chunk 4
mega chunk 4
mega chunk 4

when I receive [run chunk 5 v]
mega chunk 5
mega chunk 5
mega chunk 5
mega chunk 5
mega chunk 5
mega chunk 5
mega chunk 5
mega chunk 5
mega chunk 5
mega chunk 5

when green flag clicked
repeat (50)
change [mega v] by (1)
change [i v] by (1)
change [j v] by (1)
change [k v] by (1)
say (join [spam 1 → ] (mega)) for (0.01) secs
end

when green flag clicked
repeat (50)
change [mega v] by (2)
change [i v] by (2)
change [j v] by (2)
change [k v] by (2)
say (join [spam 2 → ] (mega)) for (0.01) secs
end

when green flag clicked
repeat (50)
change [mega v] by (3)
change [i v] by (3)
change [j v] by (3)
change [k v] by (3)
say (join [spam 3 → ] (mega)) for (0.01) secs
end

when green flag clicked
repeat (50)
change [mega v] by (4)
change [i v] by (4)
change [j v] by (4)
change [k v] by (4)
say (join [spam 4 → ] (mega)) for (0.01) secs
end

when green flag clicked
repeat (50)
change [mega v] by (5)
change [i v] by (5)
change [j v] by (5)
change [k v] by (5)
say (join [spam 5 → ] (mega)) for (0.01) secs
end

when green flag clicked
repeat (50)
change [mega v] by (6)
change [i v] by (6)
change [j v] by (6)
change [k v] by (6)
say (join [spam 6 → ] (mega)) for (0.01) secs
end

when green flag clicked
repeat (50)
change [mega v] by (7)
change [i v] by (7)
change [j v] by (7)
change [k v] by (7)
say (join [spam 7 → ] (mega)) for (0.01) secs
end

when green flag clicked
repeat (50)
change [mega v] by (8)
change [i v] by (8)
change [j v] by (8)
change [k v] by (8)
say (join [spam 8 → ] (mega)) for (0.01) secs
end

when green flag clicked
repeat (50)
change [mega v] by (9)
change [i v] by (9)
change [j v] by (9)
change [k v] by (9)
say (join [spam 9 → ] (mega)) for (0.01) secs
end

when green flag clicked
repeat (50)
change [mega v] by (10)
change [i v] by (10)
change [j v] by (10)
change [k v] by (10)
say (join [spam 10 → ] (mega)) for (0.01) secs
end

say [if you’re reading this, you survived the 500-block script.] for (3) secs
[/scratchblocks]
zbsmobile
Scratcher
100+ posts

Scratch Help Studio Curator Team

flower-flowey wrote:

define im here!!!!
say [yep!] for (2) secs
when green flag clicked
go to x: (inf) y: (inf)


say for (3) secs


Please don't block spam. You can unfollow the hiring forum as well
theprophecybegins
Scratcher
6 posts

Scratch Help Studio Curator Team

zbsmobile wrote:

Hi, if you are not a curator and are interested whatsoever, go here: https://scratch.mit.edu/projects/1318368310

Curators, please follow this discussion so I can send messages to everyone at once. Please send a message when you have followed this (on my profile or here, idc) Also, if you haven't, can you please follow the studio. Lastly, can you like and fave the project so it shows up more places. Thanks!
Here are the list of updates to the studio that will be (or have already) taking place:
  • New Studio Pic Gif (5-10-26)
  • New Studio Project (5-10-26)
  • Changing Studio Project cover to a Gif
  • Adding Sub-branch links in project to connect to different form discussions with different teams (coding, animation, ect.) so y'all get notified when a new request appears
  • Building an advertising team
  • Creating a sub-branch for Tutorials (or making a separate studio/project with links, idk yet)
  • Build a recruiting team
  • Rack up follows on studio (whenever someone says that they are satisfied with the help, ask for a follow on the studio so we can move up)
  • Expand to include a side shop as well
  • Build a manager team
  • We'll see. I'll post with any updates and edit this post as well

UNDER CONSTRUCTION:
Messages to send at different points. (Feel free to copy and paste these for ease)

When A Curator Has Accepted the Studio Invite
Thanks for joining the Help With Scratch team! Please go here next: https://scratch.mit.edu/discuss/topic/883090/

When a Scratcher Shares a project they need help with in the studio comments and you can't help them at the moment
We'll get to it soon. In the meantime, would you mind following this studio to help other find it?

When you Find A Scratcher who Seems like They would be able to help
I think you might be interested: https://scratch.mit.edu/discuss/topic/882302/

^DO NOT USE THAT. PERSONALIZE IT OR SOMEONE WILL REPORT YOU

When a member of the team never signed up for anything specific
Hi, I saw that you hadn't signed up for any specific help role in the help with Scratch studio. Is there something specific that you would like to do? (Choose as many as you want) Coder, artist, animator, musician, advertiser, recruiter. If you don't respond on 7 days, then I am temporarily kicking you as curator from the studio (I'll reinstate you when you respond)

Others soon to follow








ok I read it
theprophecybegins
Scratcher
6 posts

Scratch Help Studio Curator Team

zbsmobile wrote:

Hi, if you are not a curator and are interested whatsoever, go here: https://scratch.mit.edu/projects/1318368310

Curators, please follow this discussion so I can send messages to everyone at once. Please send a message when you have followed this (on my profile or here, idc) Also, if you haven't, can you please follow the studio. Lastly, can you like and fave the project so it shows up more places. Thanks!
Here are the list of updates to the studio that will be (or have already) taking place:
  • New Studio Pic Gif (5-10-26)
  • New Studio Project (5-10-26)
  • Changing Studio Project cover to a Gif
  • Adding Sub-branch links in project to connect to different form discussions with different teams (coding, animation, ect.) so y'all get notified when a new request appears
  • Building an advertising team
  • Creating a sub-branch for Tutorials (or making a separate studio/project with links, idk yet)
  • Build a recruiting team
  • Rack up follows on studio (whenever someone says that they are satisfied with the help, ask for a follow on the studio so we can move up)
  • Expand to include a side shop as well
  • Build a manager team
  • We'll see. I'll post with any updates and edit this post as well

UNDER CONSTRUCTION:
Messages to send at different points. (Feel free to copy and paste these for ease)

When A Curator Has Accepted the Studio Invite
Thanks for joining the Help With Scratch team! Please go here next: https://scratch.mit.edu/discuss/topic/883090/

When a Scratcher Shares a project they need help with in the studio comments and you can't help them at the moment
We'll get to it soon. In the meantime, would you mind following this studio to help other find it?

When you Find A Scratcher who Seems like They would be able to help
I think you might be interested: https://scratch.mit.edu/discuss/topic/882302/

^DO NOT USE THAT. PERSONALIZE IT OR SOMEONE WILL REPORT YOU

When a member of the team never signed up for anything specific
Hi, I saw that you hadn't signed up for any specific help role in the help with Scratch studio. Is there something specific that you would like to do? (Choose as many as you want) Coder, artist, animator, musician, advertiser, recruiter. If you don't respond on 7 days, then I am temporarily kicking you as curator from the studio (I'll reinstate you when you respond)

Others soon to follow






do you want me to send the meseges or something from the other list
zbsmobile
Scratcher
100+ posts

Scratch Help Studio Curator Team

Nope! Those are for advertising and recruiting. If you have followed this, the studio, and like+faved the project. You're all set for now!
ThatSuperSusDude
Scratcher
16 posts

Scratch Help Studio Curator Team

zbsmobile wrote:

Nope! Those are for advertising and recruiting. If you have followed this, the studio, and like+faved the project. You're all set for now!
erm actually ur signature is wrong because 0.999 repeating is equal to 1, so 0.333 repeating also equals one(there's a whole proof abt it, but if u want me to explain I can)
zbsmobile
Scratcher
100+ posts

Scratch Help Studio Curator Team

ThatSuperSusDude wrote:

zbsmobile wrote:

Nope! Those are for advertising and recruiting. If you have followed this, the studio, and like+faved the project. You're all set for now!
erm actually ur signature is wrong because 0.999 repeating is equal to 1, so 0.333 repeating also equals one(there's a whole proof abt it, but if u want me to explain I can)

Comment on my profile. Check out some of the other's arguments too.
flower-flowey
Scratcher
10 posts

Scratch Help Studio Curator Team

zbsmobile wrote:

flower-flowey wrote:

define im here!!!!
say [yep!] for (2) secs
when green flag clicked
go to x: (inf) y: (inf)


say for (3) secs


Please don't block spam. You can unfollow the hiring forum as well
ok!
CHASTE81576
Scratcher
17 posts

Scratch Help Studio Curator Team

i have done the follow thingy

Powered by DjangoBB