Scratch Forum Search

Your query resulted in over 10 thousand posts. You may have difficulty loading posts after page 200.
Pipo_PDV Pipo_PDV loading
Hey everyone, I'm just asking about a thing, if no one knows how to do it it's not a problem

So, you see, there's a bunch of Scratchers who have their locations as ‘ST’ or, say, ‘TM’. (See @TrollMario as an example.) Is there any way to do it? Like BG instead of Bulgaria?

jvvg wrote:

As your signature indicates, April Fools' day is a privilege. The lack of them specifically allowing it should be interpreted as them not allowing it at all. After the past few years it is clear that they aren't super happy about the idea of April Fools' Day since it has gotten out of hand and massively increased the workload of an already thinly stretched moderation team. As for why they haven't said anything, I can't say for sure, but it might be the reason you indicate (as backlash also adds to the moderation work). Or they might not have made a decision yet.
Yes, it is a privilege and I don’t even mind what the answer is, but they have to communicate to the community over these things. We should have got an answer by now when there is 2 days left to March 31st which when it’s begun since 2020. Interpreting no answer as not allowed isn’t the way - we need an answer as other users won’t know this and will create AFD posts anyway.

Vaibhs11 wrote:

london11gm wrote:

22/7 = pi
That is a terrible estimation of pi compared to what OP's asking for.
but my teacher said to use that

did my teacher lie to me?

Sliderthedog54 wrote:

Barophobia wrote:

Guys. Here's a project idea: OC Alphabet. Basically, just sort your OCs alphabetically and see which letters you don't have.
I would, but I only have 2 characters who are objects.
i have made like 5 but i only use 1

these are the characters:

ipad

lego

blue lego

TheUltimateHoodie wrote:

co0lcr34t10ns wrote:

Thought I'd post this again. I'm hosting a collab! The song is WOW!!!!!! by Camellia, and is a nong (for now, hope he puts it on gd) so replace it with 696969. I need to know how many people are joining so I can split parts. I'd like to have a bunch of gameplay creators and a few decorators. I cannot decorate, so sorry Difficulty is supposed to be easy demon (tier 2 for you gddl nuts), and there is no verifier yet.
2 star easy level? sure! if its a collab, is it going to be a xl? i can join, im good at gameplay but have no clue how to decorate

edit: i didnt read that its an easy demon…nevermind
Tier 2 is for GDDL users like @moomooCookie

gomongemu wrote:

moneeman wrote:

gomongemu wrote:

Is there someone who can do surreal musiclike this?
https://www.youtube.com/watch?v=bnXjh8cbnyg
https://youtu.be/XQKsSNk9Fyc?feature=shared
https://youtu.be/IPIxAQT5_Kg?feature=shared

Please fill out a proper form. cause yes it is doable.

Username: Gomongemu
Nickname (will be used, optional): Chris
Pronouns (if in doubt, put they/them): he, him
Music Style (from list of genres): surreal, Yume Nikki style
Details: make it sound similar to these

https://www.youtube.com/watch?v=bnXjh8cbnyg
https://youtu.be/XQKsSNk9Fyc?feature=shared
https://youtu.be/IPIxAQT5_Kg?feature=shared

Preferred Musician (optional):
Codeword: taiko
Other Info: please notify me on my profile comments
Alright Chris, your order has been taken.

leogames2016 wrote:

The worst thing in a baby show is a clubhouse run by a mouse with his girlfriend and his friends.

Mickey mouse

Beast102508 wrote:

Dinosaurguy77 wrote:

Ok I have an idea thats original (sort of), look ujp El Grand Maja, could we use it as a boss of an underwater world?
Well, no because there is no underwater world technically. Maybe as a secret boss though?
ok. maybe in a special world, where everything is underwater?
After each movement bit, put a
if <touching [walls] ?> then
move (-5) steps
end

Or

if <touching [walls] ?> then
repeat until <not <touching [walls] ?>>
move (-1) steps
end
end

I would love to see your project after you’re done so pls send me the link afterwards

superscratchmaker536 wrote:

Acheron. This is a name, not some random post.

hsr
Hello Scratch Team:


This Studio https://scratch.mit.edu/studios/34818154 It is a Cool Studio which relate by ✿Sleep Dreams✿ . Can Add this Studio in Featured.

Thank You,
Pak-Scratcher01
https://scratch.mit.edu/projects/989260631/

My game is like a tower defense game but enemies can move around freely and attack towers.

I wish to make a map with obstacles, but I ran into a number of issues.

1. Towers and Enemies may try to shoot each other through obstacles.
This is less important as for now I can stick with obstacles that stop movement but don’t block sight, or make a raycaster for each enemy and tower

2. Enemies won’t be able to navigate itself to the base (the thing the player has to prevent enemies from getting to) if there isn’t a direct line of sight.

I’m not planning on making some sort of maze obstacle that requires some some AI powered pathfinding to figure out where to go, I just wish to have some simples obstacles on the side, maybe a map that has like one big turn, or a map with a gate with 1 specific point for enemies to go through to get to the other end of the map.

Thanks!

k0d3rrr wrote:

A long time ago, people were able to view unshared projects on third-party websites such as TurboWarp. This meant people could view projects before they were ready to be shared. The ability to view unshared projects was later removed on the 10th of November, 2022.[source]
Yeah, but what about the thingy that happened in August 2023?
monke4565 monke4565 loading
@MagicCoder330 It's good, probably because when a class graduates, moves up, etc, personal info could be leaked if it were to be hacked or used for malicious purposes, so if a teacher is inactive, it's a great idea to delete the class after 90 days.
k0d3rrr k0d3rrr loading
A long time ago, people were able to view unshared projects on third-party websites such as TurboWarp. This meant people could view projects before they were ready to be shared. The ability to view unshared projects was later removed on the 10th of November, 2022.[source]
WYWL WYWL loading
im making a maze game, but i have no idea on how to fix my figure not in the wall. i want to make it so that my figure does not get stuck in the wall.

unrelated question, how do i make a top down scroller script?

here's the script:
when I receive [maze]
forever
if <not <touching [walls] ?>> then
if <key [w] pressed?> then
change y by (5)
end
if <key [a] pressed?> then
change x by (-5)
end
if <key [s] pressed?> then
change y by (-5)
end
if <key [d] pressed?> then
change x by (-5)
end


else

end
end

what can i do?
nin10432 nin10432 loading

nin10432 wrote:

Five ideas for clickers:
1. Some sort of superhero clicker. Start with a very weak hero and gradually get stronger! And you can add minigames in which you have to fight a villian for a big reward (the minigame idea is off topic but still)!
2. Horror clicker. Maybe start with a not so scary thing but then as you buy more, the thing that you click gets scarier and scarier! Also, the currency could be called something like frights or scares and the more you upgrade, the more scares you get!
3. Landscape clicker. Start with a completely uninhabitable landscape (eg. desert, underwater) and as you upgrade more the landscape becomes more and more habitable (eg. cities, forests with plenty of supplies)
4. Computer clicker. Start with a insanely old computer (eg. windows 64) and get more and more new and cool
5.House clicker. Start without a house and as you get more money, you can get a house and gradually even turn it into some sort of futuristic house!
Wind from da landscape
APOTW Suggestion
- Draw a character in ten years. Think about how their appearance, and surroundings, may have changed.
nin10432 nin10432 loading

Queen_Bee_Light_ wrote:

Hi! I have a idea! maybe do a clicker about something you love! which can be
1. Food or any kind of dessert!
2. a favorite animal!
3. a person who you love! like Taylor swift-(in my defense I don't like her much)
4. a random thing which can be anything! that you love!
5. a silly thing! from a cartoon or TV show
Happy easter!
nin10432 nin10432 loading
Five ideas for clickers:
1. Some sort of superhero clicker. Start with a very weak hero and gradually get stronger! And you can add minigames in which you have to fight a villian for a big reward (the minigame idea is off topic but still)!
2. Horror clicker. Maybe start with a not so scary thing but then as you buy more, the thing that you click gets scarier and scarier! Also, the currency could be called something like frights or scares and the more you upgrade, the more scares you get!
3. Landscape clicker. Start with a completely uninhabitable landscape (eg. desert, underwater) and as you upgrade more the landscape becomes more and more habitable (eg. cities, forests with plenty of supplies)
4. Computer clicker. Start with a insanely old computer (eg. windows 64) and get more and more new and cool
5.House clicker. Start without a house and as you get more money, you can get a house and gradually even turn it into some sort of futuristic house!
90999988 90999988 loading
Hello! I am 90999988 And i have created a shop! Its used for people who dont know how to animate or need a headstart.
As this is my first business I am getting 4 curators to help me manage the orders.
So if you need a 1 minute animation made Comment on the studio or here!

dynamicsofscratch wrote:

should we start a thread for voyager? (the scraper and db?)
there's not really a “we” in it, it's up to josueart/notfenixio if he wants to, since he made it. as he said (quite rightfully) on another website about people talking about doing things to voyager:

josueart/notfenixio wrote:

excuse me, i’m voyager’s owner, i kind of decide what happens with it
There's a bug in my platformer where nothing happens because of the y velocity. Anyone know how to fix it?
PyraEthan12 PyraEthan12 loading
Now, I’m not super qualified to speak on this but Scratch seems to only show projects when searched that come from big creators, have blown up in views or if something has more of a distinct title, having a title similar to other projects seems to hide it unless it is popular.

Please don’t quote me on this because as I said, I’m not too qualified this is just what I’ve gathered.
should we start a thread for voyager? (the scraper and db?)
7Phyzon 7Phyzon loading
I mean I can't find one of my best games on the search bar, and so my views decrease… Also a lot of scratchers have been complaining and many have this problem

EngineerRunner wrote:

(#395)

dynamicsofscratch wrote:

redspacecat wrote:

dynamicsofscratch wrote:

snazzle.me
Actually a cool domain name.
I guess we go with snazzle.me
who's paying?
idk. but we do need a domain name sooner than later i guess.
I am making a shooter game where you have to shoot the enemy ships, and I need to make the enemy ships shoot lazers and the best thing i could think of was a clone block. so I added the ‘create clone of’ block but it wont shoot from the cloned spaceships (the spaceships are clones of a hidden spaceship on the screen) even though I am using the ‘When I start as a clone’ block to start the script! Can someone help please?
lgrov44 lgrov44 loading

Xzillox wrote:

it's just a bug. they're probably working to fix it.
I don't think so. For as long asI have had this account for, it has always been delayed by about 4 hours and I think I have heard that it would almost always be like that (don't rely on that last bit of information, I am not entirely sure). Also, I think this is a duplicate, though I would assume otherwise until I can find the page.
EDIT 1: I think I found it.
Support
i don't have a cool reason but i'll put my reason down anyway…
This would make the variables wayyy cooler, and it would be useful in some cases
Actually there is something similar to this there's just a tiny difference,
people will have different opinions i'm just stating mine…
wait (...) secs
/\
|
This block is similar to
Pause [All] for (...) secs
You can put the wait block on each sprite you want to pause
it just takes a bit longer…

Thanks for reading <333
7Phyzon 7Phyzon loading
I know, the game I made actually is a beta , if you read in the credits, and the ULTIMATE version makes it so that your score can give you coins.
I've already designed 70+ skins and each one has a bonus. Its going to take a bit to be released though. Also the characters will have custom drops

Simsstar333 wrote:

Hello! I suggest that you should get a message when someone you follow shares something. I think that you should be able to turn this off if you want to, but it would be nice if you would get a message when someone shares something.

I usually miss the projects that my friends and people I follow's projects. If scratch would add this thing I wouldn't miss it!

So I would be happy if scratch added this feature!

No support,
There are some people that follow
a LOT of people and Scratch is a worldwide (mostly) website
so people will be posting from different time zones!!!

Now imagine every 5 seconds throughout midnight and midday *PING PING PING*
Would you like that? I don't think you would…

However, this can be an optional setting, so people can go to profile settings and turn this on
even though very few would actually enable it

So if you read this much thanks for reading <333

abubriski wrote:

This is most likely a dupe, but I haven't found any

I have noticed that Scratch only has colors and text for the blocks categories. Aside from the fact that it would look much nicer , I think it would benefit many people if the block categories had unique icons so then people who cannot see colors as well have two ways to identify blocks. Images would help people find categories much easier and would probably be very easy to add into Scratch. It would also benefit people that have no color-blindness.

Support,
It would be helpful for people with colorblindness and that way even people that don't like sorting
blocks and things with colors (referring to myself ) would like sorting with icons.

Wes64 wrote:

right now the backpack is useful, but if you fill it with enough things it becomes a huge mess. suppose you're like me, and you want to make a bunch of procedures readily available. you'd put them in the backpack for easy use, right? so i propose this: users should be able to sort the backpack by these categories: sprite, script, costume. this would make it much easier.

also one should be able to name the scripts in the backpack, e.g. “arctangent”, or “distance formula”. they all say “script” and the image is too miniscule to tell what they are at a glance (which becomes an issue when there are lots)

Yup, but if they made a storage box layout with a search bar for example:

| |Search assets… |
| ______ ______
| |name | |name |
| ______ ______
| |name | |name |
| ______ ______
| |name | |name |
|


Yea you get the point…
So instead of a backpack a storage box, that works like file explorer on PCs/Laptops!
It would be great if ST worked on this.

If you read this much thanks for reading <333
lgrov44 lgrov44 loading
I feel like I experience this all the time. There are many factors to why this is happening. Have you checked that nothing could have made it seemingly be sensed to be different than what is supposed to happen (basically is there anything that can make it look otherwise, such as not being on the front layer, looks of the sprites, etc.), check if the application is not corrupted (if offline), etc? Also, have you tried creating a new project online and transferring all of the assets there? Many things to check in this case.
lgrov44 lgrov44 loading
No support. Personally, I would not wish for this to be factual, though I think others would. I think it would be better to make this optional and, though likely a duplicate, allow users to customize this.
Vaibhs11 Vaibhs11 loading

london11gm wrote:

22/7 = pi
That is a terrible estimation of pi compared to what OP's asking for.
Really, Really, Really old post but support.
The requirement that forbids Apps from running code is moot because:

Apple wrote:

App Store Review Guidelines

2. Performance
…..


You wrote a long message so i shortened it.

It is on iOS already but as a website, so sometimes you'll have to re-login!
What the Original Point (OP) has said was on iOS but what they meant was on iOS as
an app!

However when ST tried to add it as an app, AppStore took it down because it's an app for modifying code
and it would glitch a lot…

BUT us iOS users use it on the web as it ain't that hard to open it, It would be easier if there was an app
but there isn't :c

If you read this much thanks for reading <3
Pibby59 Pibby59 loading

AzfarPogko wrote:

hihiktwe6vbrqia7tbfgcwscgtbsbclczngfitbbrsgv ghb sb lrteins lydrlel
You were trying to say:
think [hmm today i will click on a quinquagintaquadringentilliard projects]
RegitCookie RegitCookie loading
Hi, I was just working on my project when I noticed that some of my codes weren't working. I was confused because they were working perfectly fine before and broke even though I didn't touch them.

I then realised that the “When flag clicked” block was not funcioning. When I click the flag, Codes under the flag clicked blocks would not light up like they should.

I tested this theory by giving a sprite some simple coding to make sure that it wasn't an error in my codes. It went like this:

when green flag clicked
glide (1) secs to x: (100) y: (100)

My theory was right, it did not move. What might be the problem? Is it an issue with my computer or an issue with the website?
Zack_39450 Zack_39450 loading
guys

scratch is for kids






Don’t be surprised if some stuff makes literally no sense.





Still though this is for bugs and glitches if your not gonna tell the glitch don’t create a topic

dynamicsofscratch wrote:

redspacecat wrote:

dynamicsofscratch wrote:

snazzle.me
Actually a cool domain name.
I guess we go with snazzle.me
who's paying?
Skadoodly Skadoodly loading

vlpiscanc wrote:

Skadoodly wrote:

MyMemoryIsTerrible wrote:

basically kill demons while death metal plays (if your gonna guess the game a post is talking about, be sure to quote it so that everybody knows it's a guess to what game that person was describing in that post)
I'll do you one better

basically kill demons while breakcore plays
ultrakill
correct!

archangel vs spare change
bluepig600 bluepig600 loading
Would raspberry pi count as a hardware extension because when you use the offline scratch editor on a raspberry it shows up as an extension to control the raspberry pi gpio pins.

redspacecat wrote:

dynamicsofscratch wrote:

snazzle.me
Actually a cool domain name.
I guess we go with snazzle.me

redspacecat wrote:

dynamicsofscratch wrote:

snazzle.snarple.tech
What is “snarple” and do they allow subdomains?
snarple is the name this project is being developed under. also, that domain is available.
Simsstar333 Simsstar333 loading
Hello! I suggest that you should get a message when someone you follow shares something. I think that you should be able to turn this off if you want to, but it would be nice if you would get a message when someone shares something.

I usually miss the projects that my friends and people I follow's projects. If scratch would add this thing I wouldn't miss it!

So I would be happy if scratch added this feature!
scrython scrython loading
check out my new project called “scrython”. its a lot like python, a coding language. it has a “ai” system.
i hope you like it. just search “scrython coding language”.
IceCreamTub IceCreamTub loading
Where on earth are the emojis i need to do the mewing meme
2 possibilities

1.
They're cooking something up (which is likely far too optimistic to be a possibility)

Or

2.
Last year again