Scratch Forum Search

Your query resulted in over 10 thousand posts. You may have difficulty loading posts after page 200.
Hey everyone, I just applied to have the fangame im working on to be announced at Underevent, on a scale of -10 to 1(1 being maybe) how likely do you think ittl actually get on the 2024 underevent
that would be useful such as if im doing a collab
“Life is complicated.”
hint:

minikiwigeek2 wrote:

I SWAM THROUGH A BUNCH OF SHEET MUSIC AS A BABY TADPOLE!!!! (NO CLICKBAIT) (ALMOST DIED)

if anyone gets this without google you're a legend
Tadpole Treble Encore
I've actually played this twice
my friend Lucas has it

EatNYeet wrote:

starlightsparker wrote:

EatNYeet wrote:

That… makes sense.
i was saying that i meant to post this on hws but accidentally posted this on suggestions
That wasn't sarcasm or anything, I meant it makes sense why I found this in suggestions. My bad for not making that clear

starlightsparker wrote:

see inside this project then you can test it https://scratch.mit.edu/projects/996779858
It appears to be a bug rather than a coding issue. Was it backpacked from another project or a different sprite?

I managed to fix it by deleting these
(answer::sensing)
(answer::custom)
and placing new ones into the
<[]=[]>
Try that and let me know if it works
It wasn’t backpacked, I made the code on the spot. But I can’t quite understand what you mean by deleting those and adding new ones?
like the one in turbo warp, which would be helpful in many scenarios, such as if i dont want to die in a game, but I have to do something for a few minutes.
Malicondi Malicondi loading

CRAZYTVSTU wrote:

My bad. Should I still make the side-scroller engine?
Seeing as we're making a side scrolling rpg, it would be beneficial. I can help, should it be tilebased (like an rpg) or free form?
CRAZYTVSTU CRAZYTVSTU loading

MineTurte wrote:

Y'all aren't we supposed to stick to our roles?

(Talking about how we are thinking of game designs when there is literally a role for that exact thing)

Edit: To be fair our main game designer hasn't been active in awhile- Someone has got to do an activity check *cough cough* moigam *cough*
My bad. Should I still make the side-scroller engine?
gplb2718 gplb2718 loading

rodper6635 wrote:

foundyoufaker wrote:

RiversSafeZone wrote:

fire_alchemist wrote:

RiversSafeZone wrote:

foundyoufaker wrote:

fire_alchemist wrote:

NotYourTypicalBean wrote:

That-One-Mega-Man wrote:

ScratchcatandGobo wrote:

ILikePhineasAndFerb wrote:

TailsTheSonic wrote:

blue knuckles
red sonic
pink knuckles?
RAINBOW TAILS
yellow amy
White shadow
Black Rouge
maroon blaze
Purple silver
cerulean omega
Green Eggman
Tickle-Me Pink (yes that is a real color) Vector
Color character name
I SWAM THROUGH A BUNCH OF SHEET MUSIC AS A BABY TADPOLE!!!! (NO CLICKBAIT) (ALMOST DIED)

if anyone gets this without google you're a legend
MineTurte MineTurte loading

Steve_Knight wrote:

I am working on a doom-like 3D engine, and I understand the physics of it, but I can't figure out rendering. I am trying to make a script that takes in the following variables:
-player position
-player eye level
-player rotation
-wall bottom height
-wall top height
-wall length
-wall midpoint
-wall rotation

I know this is a lot to ask, but I simply cannot figure out how to get rotation and position right. I don't really know where to start with rotation, can anyone help me?
Tbh the best help I can provide is just search up 3D. Or you can look at a 3D engine I made on my main @Juni-bug !

Hope this helps! (Also the 3d engine I made is wireframe)
cenlkj1 cenlkj1 loading

minikiwigeek2 wrote:

anyone know of any rated levels that use rainbow blocks in a way that doesn't look incredibly ugly and which actually blends in? all i can think of is geometrical dominator (obviously) and cosmic dolphin by deeperspace
Geometrical remix by veone id :62053308
Bad to the bump

edit: I accidentally bumped this within 24 hours because the military time in a different time zone stinky. Still, says the last bump was yesterday for me.
moneeman moneeman loading
negl im kinda glad the hiring was frozen. we already have the equivalent of a decently sized indie game studio
MarioMix123 MarioMix123 loading
(v07.2.6, 60 fps Turbowarp) Bug 1: In The Underground before the main section and after the first checkpoint in the Bowser Junior level the pipes don't work and instead teleport you to an earlier area of the level. Despite this, the King Spearhead pipe works perfectly. Bug 2: The Hungry Luma that takes you to the Rabbit Race Scralaxy keeps me in Princess Toadstool's castle but makes it behaves like a normal level.
MineTurte MineTurte loading
Y'all aren't we supposed to stick to our roles?

(Talking about how we are thinking of game designs when there is literally a role for that exact thing)

Edit: To be fair our main game designer hasn't been active in awhile- Someone has got to do an activity check *cough cough* moigam *cough*

Marc92020 wrote:

Comix_2 wrote:

(#7830)

minikiwigeek2 wrote:

ok so i'd really like to be a part of the last race along with you guys, where are you hosting it and how do i join?

i haven't played mk7 online in a while, which is why i need a refresher.
Community Code: 37-8387-1822-0475

The Final Race starts at 5:00 PM EST
5 pm is when im eating dinner
Mine's at 6:55 PM EST
Pheoni-X Pheoni-X loading

MHAFAN8 wrote:

Pheoni-X wrote:

help_the_animals wrote:

Pheoni-X wrote:

help_the_animals wrote:

Pheoni-X wrote:

I'm going to compile all of the article info that we have so far into one prog.

Nice now we just got to do an article on a studio and Label's disappearance
I'v been compiling info from around the time that label disappeared…

What have you found?

Well, about that time, she came out about being bisexual… I saw all of the obvious stuff… But I saw, on her last comment chain, she was talking to @hongocphucbao and they asked her how she was doing, she said not good. They asked if she was tired, she responded, “Kinda” and that was the last comment…

My theory is that she got into a really big fight with her parents about her coming out, so she got banned from doing scratch.

She might have also had her computer hacked because her computer kept saying that she won't be able to use it for ages…

Fun Fact: She was a beekeeper at the time!

That's only some of the data I got, I'm going to make a project with everything soon…
That might be true, but we can just go guessing on that stuff, since she never actually said anything about her parents being mad, we shouldn't write that since there is no proof, we should just write about her computer not working.

Yeah…

Pixilized wrote:

(#3)
Whenever you get a number, add it to a list. Then, keep generating numbers until you get a new one. I’ve made the scripts below.

delete all of [numbers v] :: list //Use this to reset the randomizer

define Generate Number
repeat until <not <[numbers v] contains (random)>>
Set [random v] to (pick random [min] to [max]
End
add (random) to [numbers v]
I think he wanted it to only remember the very last result

zach20042013 wrote:

Open means:
new
sticky

Closed means:
accepted
rejected
duplicate
dustbinned

I'm fixing stuff for you, and also based on some aesthetic.

I like these colors a lot and I added for some more situations.
I should make a studio, and I can draw a little by myself, mostly attacks and such. I'll show you what I've gotten done.

-lCosl- wrote:

callmehNOOB123 wrote:

Bump
*Patiently waiting to apply for a job* (No need to, I'm just interested.)
We're planning to open up jobs when there is more demand.
alcat011 alcat011 loading

minikiwigeek2 wrote:

which is better from a song perspective in your guys' opinion, geometrical dominator or dash? geometrical dominator is supposed to be the theme song for the 2.0 update, while dash is supposed to just be the geometry dash theme song in general, but for me there's something about geometrical dominator that sounds more… geometry dash-esque.
for me I think it's dash. geometrical dominator is good too tho
firegod677 firegod677 loading
Ok great!.What would you like me to draw? And is there a sudio for this?
when green flag clicked
wait until <Code loaded>
move (infinite) steps
Pixilized Pixilized loading
Whenever you get a number, add it to a list. Then, keep generating numbers until you get a new one. I’ve made the scripts below.

delete all of [numbers v] :: list //Use this to reset the randomizer

define Generate Number
repeat until <not <[numbers v] contains (random)>>
Set [random v] to (pick random [min] to [max]
End
add (random) to [numbers v]
There is definitely a way to do this ! I'm gonna show you the code in a bit
Paddle2See Paddle2See loading
It sounds like you are dissatisfied with the feature set that Scratch is currently offering. If you have specific ideas on how Scratch can be improved, please use the Suggestions forum.

Please create a separate topic for each suggestion you have, rather than creating a list of suggestions. That way, the conversation stays focused and each idea can get the attention it needs.

Before making a new topic, please check out the following:
Thank you!
CRAZYTVSTU CRAZYTVSTU loading
I'll make a basic side-scrolling engine sometime here in the next week as a starting point, but I've got a bit of work ahead of me with school.
just gonna teardown my Halfland test demo since it's a perfectly good side-scrolling platformer already, ig. Might actually have it done today, if I get schoolwork done quickly.

(Also, have a good solar eclipse day to any other North Americans! As Chorky once said, “Don't stare at the sun or else your eyes will burn out!”)
I am working on a doom-like 3D engine, and I understand the physics of it, but I can't figure out rendering. I am trying to make a script that takes in the following variables:
-player position
-player eye level
-player rotation
-wall bottom height
-wall top height
-wall length
-wall midpoint
-wall rotation

I know this is a lot to ask, but I simply cannot figure out how to get rotation and position right. I don't really know where to start with rotation, can anyone help me?
Hey y'all! I need help with a randomizer script for my project. It's a script to pick a random number! I already know how to do that, I just need to choose the “Pick number between” block but I need a lil help with another script for this block. I want to create a script that removes a number from that block anytime I get that number. For example if the “Pick number between” block picks the number 1 I want it so whenever I try that block again it gives me any number except 1. Is there I way I can do this? Thank you and hope y'all have an amazing day! ^^

MineTurte wrote:

(#3)

UNEVENLY wrote:

The broadcast block for me is over exaggerating the requests in the block. Is it just me or are other people having the same problem.
This is typically because of some unknown bug between broadcasts and clones. If you have any clones in the same sprite as the broadcast, it'll typically send multiple requests. You can fix this by either using a custom block instead OR making a clone checker.

Clone checker code:
whatever is before the broadcast block
set [ cloneCheck] to [0]
broadcast [ whatever]

when I receive [ whatever]
change [ cloneCheck] by (1)
if <(cloneCheck) = [1]> then
do whatever you need
end

Hope this helps!
It's normal, as clones use ALL its parent sprite's code, including
when I receive [ ]
so when your message is sent, it's also received by your sprite's clones !
This means this isn't a bug at all.

Comix_2 wrote:

The new CTGP-7 update is cool

Now everyone can see that I'm playing as Kenny from South Park on DK Summit
I already created a final race room YESTERDAY
chadoudi chadoudi loading

PedroRobertus wrote:

chadoudi wrote:

ma15fo43 wrote:

Si on stick ce topic on peut stick tous les autres… je suis conscient de l'effort d'écrire ça mais désolé, ça n'a pas sa place dans les stickys. D'ailleurs, rares sont les nouveaux scratcheurs qui osent s'aventurer dans les forums, lieu dangereux habité par des gens dangereux
Pouquoi dangereux?
Salut @chadoudi !
Evite de remonter de trop anciens sujets !
Merci
C'est mal? Je veux dire je savais pas. Mais pourquoi est-ce qu'il ne faut pas?
Je suis désolé si je suis lourd à poser plein de questions mais il y a certaines règles que je pense, je n'arriverai jamais à comprendre

Gamer_Logan819 wrote:

undeterminstic wrote:

Aidanthedumm wrote:

BringUpYourPost wrote:

hydrofungus wrote:

BringUpYourPost wrote:

A forum post is needed as autistic people might face harrasement. ]
Oh my goodness gracious
We need a post for every country, religion, disabilities, fandoms, genders, orientations, etc. because they might face harassment!!!11!!1!!

I’m not autistic (i don’t know i haven’t and will probably never get a diagnosis) so this may be based a bit ☠️
If they receive harassment, the report button exists, and the community will beat up that guy. Trust me
And doesn’t it fall under a line in the CGs like upper posts mentioned?
But many autistic people do face harrasement. And according to cheddargirl's post, groups that face harrasement deserve a forum post.
I am a Chinese person (racially/ ethnically, but I am from Malaysia) who faced multiple instances of racism or borderline racism on Scratch.
Where is my forum post then.
You haven't suggested a forum post nobody has…. I am not saying you don't deserve a forum post, I am saying this topic is about an autism forum post. But don't hijack this topic to get a forum post, make a new topic instead.
He’s not hijacking the forum post. He’s saying that the more forum posts are created, the more mad people are gonna be that they get left out
Ok well then we can make more forum posts.
-lCosl- -lCosl- loading

callmehNOOB123 wrote:

Bump
*Patiently waiting to apply for a job* (No need to, I'm just interested.)
where the question at?
gonna have to report this to be closed before paddle gets here
edit: I think this should be a suggestion
You could probably if you were able to edit the design to not include anything identifiable to your school e.g replacing the logo with a different logo you've designed
And no, I am NOT some random doomsday preacher. This is actually happening. Over the past 10 years, Scratch has grown closer to a social media website instead of a coding website. First, the pros (pros are still there, but the cons are also more and more in the foreground):
Introduction of user profiles: Initially, Scratch was primarily a platform for creating and sharing interactive projects. However, with the introduction of user profiles, users were able to see each other's creations, interact with one another through comments and messages, and collaborate on projects.

Community features: Scratch gradually added features that encouraged social interaction, such as likes, followers, and curated galleries showcasing popular projects. These features helped users discover new creators and build relationships within the community.

Integration with social media: Scratch also made it easier for users to share their projects on other social media platforms, such as Twitter and Facebook. This helped increase the visibility of Scratch projects and attract new users to the platform.

Live events and challenges: Scratch started hosting live events and challenges that brought the community together to collaborate, learn, and showcase their skills. These events fostered a sense of camaraderie among users and encouraged them to connect with one another.

Emphasis on feedback and collaboration: Scratch promoted the importance of giving and receiving feedback on projects, as well as collaborating with others to create more complex and innovative projects. This emphasis on collaboration and community engagement further solidified Scratch's status as a social platform.
Now the cons:
Cyberbullying: As with any social media platform, Scratch is not immune to instances of cyberbullying and negative interactions between users. This can create a toxic environment for some users and impact their overall experience on the platform.

Privacy concerns: With the increasing social features on Scratch, users may inadvertently share personal information or private details with strangers on the platform. This can lead to privacy concerns and potential risks for users, especially younger ones.

Distraction: The social elements of Scratch, such as comments, likes, and followers, can sometimes distract users from the original purpose of the platform, which is to create and share interactive projects. Users may spend more time engaging with the social aspects rather than focusing on creating meaningful projects.

Potential for comparison and competition: The social features on Scratch, such as follower counts and likes, can create a sense of competition and comparison among users. This can lead to feelings of inadequacy or jealousy, especially among younger users who may be more susceptible to such negative emotions.

Quality of feedback: While feedback and collaboration are encouraged on Scratch, the quality of feedback can vary. Users may receive unhelpful or negative comments on their projects, which can be discouraging and impact their motivation to continue creating and sharing.
So in short:
Scratch is becoming a social media website first, a coding website second. I want to reverse this, stop this or at the very least slow this down significantly before it reaches a critical point and becomes a social media platform almost as addictive as Facebook or X (Formerly Twitter).

undeterminstic wrote:

Aidanthedumm wrote:

BringUpYourPost wrote:

hydrofungus wrote:

BringUpYourPost wrote:

A forum post is needed as autistic people might face harrasement. ]
Oh my goodness gracious
We need a post for every country, religion, disabilities, fandoms, genders, orientations, etc. because they might face harassment!!!11!!1!!

I’m not autistic (i don’t know i haven’t and will probably never get a diagnosis) so this may be based a bit ☠️
If they receive harassment, the report button exists, and the community will beat up that guy. Trust me
And doesn’t it fall under a line in the CGs like upper posts mentioned?
But many autistic people do face harrasement. And according to cheddargirl's post, groups that face harrasement deserve a forum post.
I am a Chinese person (racially/ ethnically, but I am from Malaysia) who faced multiple instances of racism or borderline racism on Scratch.
Where is my forum post then.
You haven't suggested a forum post nobody has…. I am not saying you don't deserve a forum post, I am saying this topic is about an autism forum post. But don't hijack this topic to get a forum post, make a new topic instead.
He’s not hijacking the forum post. He’s saying that the more forum posts are created, the more mad people are gonna be that they get left out

gdfsgdfsgdfg wrote:

RethinkingVoxels wrote:

Its a private location, and could def be a lot easier for ppl to get your location
how tho
Because by sharing your school online then that would tell people what town/city you're in. Even if it is a common school name it's generally not good practice to share that kind of personal information online especially as you're real name etc are things linked to your school.

VeroTaker13 wrote:

I CLIMBED A MOUNTAIN AND DISCOVERED MY EVIL TWIN (SHE TRIED TO KILL ME)
celeste

Aidanthedumm wrote:

BringUpYourPost wrote:

hydrofungus wrote:

BringUpYourPost wrote:

A forum post is needed as autistic people might face harrasement. ]
Oh my goodness gracious
We need a post for every country, religion, disabilities, fandoms, genders, orientations, etc. because they might face harassment!!!11!!1!!

I’m not autistic (i don’t know i haven’t and will probably never get a diagnosis) so this may be based a bit ☠️
If they receive harassment, the report button exists, and the community will beat up that guy. Trust me
And doesn’t it fall under a line in the CGs like upper posts mentioned?
But many autistic people do face harrasement. And according to cheddargirl's post, groups that face harrasement deserve a forum post.
I am a Chinese person (racially/ ethnically, but I am from Malaysia) who faced multiple instances of racism or borderline racism on Scratch.
Where is my forum post then.
You haven't suggested a forum post nobody has…. I am not saying you don't deserve a forum post, I am saying this topic is about an autism forum post. But don't hijack this topic to get a forum post, make a new topic instead.
-TUB- -TUB- loading
You don't actually need to implement a tile system for this game, it might be easier to just have a list of blocks. That way, you can generate blocks in front of the player and delete them when the player passes them. This approach would probably save a lot of memory, and the collisions wouldn't be slow either because there are not that many blocks on screen.
VeroTaker13 VeroTaker13 loading
I CLIMBED A MOUNTAIN AND DISCOVERED MY EVIL TWIN (SHE TRIED TO KILL ME)
Announcement

the following users get a strike for reason: Green
for this post

iiucandyfloss

Before you say I'm targeting you, I made sure to double check the times. Cloud didn't make his comment until 2 minutes after, which means he probably didn't see the order made. Your post(s) were made 6 minutes roughly past the original order's post. The limit to bypass a strike is 5 minutes. and if you say I'm nitpicking, you also posted AGAIN 8 minutes after the first comment after said order.

Form Related

-hxckerdoge- wrote:

Username: -hxckerdoge-
How many days you are on each week: 5-7
Why we should hire you: I think I could help expand the variety of items also I like peaches
What orders you would take: pfps, banners, pixel art, and coding helping
Example of item: https://scratch.mit.edu/projects/858418436/ https://scratch.mit.edu/projects/802788573/ https://scratch.mit.edu/projects/855314605/
Have you read our Terms of Service: Yes
What text would you like next to your name in the employees section if you are accepted: (UNDER FIVE WORDS) WASD > Arrow Keys
accepted for roles: Pfp, Banner, Coding, and Pixel Art. Adding you to roster.

DIEGODIVINOMAESTRO wrote:

Order form:
Username: DIEGODIVINOMAESTRO
Package: BBCode
What colors: Yellow and Blue
Amount of time: ASAP
Theme: I want a CAR PARKING SIMULATOR with parking sensors and turn signals. If it is not too much trouble, I would ask for a speedometer. I want the programming, the design doesn't matter, at least I want to see that it works.
Where we notify you: My Profile
Is there a specific staff member that you would prefer to make this product? If so, then write their username here:
denied. We do not make projects for you
Cookiebuns Cookiebuns loading
there is a topic to this forum
-lCosl- -lCosl- loading

Aaliyah_Newlands wrote:

Clocking Out

I’m done for the day! I did 1 order today and got good feedback.
I am going to work on doing more tomorrow i’ll be active for 5 more minutes,
so please tell me if there’s anything I need to do!
Try to take up to 2 orders a day but otherwise, I'd say you did good!
Marc92020 Marc92020 loading

Comix_2 wrote:

(#7830)

minikiwigeek2 wrote:

ok so i'd really like to be a part of the last race along with you guys, where are you hosting it and how do i join?

i haven't played mk7 online in a while, which is why i need a refresher.
Community Code: 37-8387-1822-0475

The Final Race starts at 5:00 PM EST
5 pm is when im eating dinner
sonic__fan sonic__fan loading
yeah so i got the gold crown in 2FM
when i get back home i can send a screenshot
Mithil_S Mithil_S loading

just-a-hriday wrote:

Mithil_S wrote:

(#367)
bruh I need a Text icon with gray in the background. That's all I need! I'll do the rest by myself!!!
If you can't answer our questions, go find another shop.

sry…well since I already created a button by myself, can I still ask for something else. I didn't mean to come out harsh. sry.