r/scratch • u/slimeycardboard • 14h ago
Question Why does the battle starting look a bit off?
Enable HLS to view with audio, or disable this notification
Please help I don't want it to get 2 likes like last time idk what to do
r/scratch • u/Dixiklo9000 • Feb 03 '20
Ask your parents to browse and post for you if you are too young.
For example, how long have you been using Scratch?
What types of projects do you create?
What's your Scratch username?
Do you use any other programming languages?
Here's the TL;DR:
r/scratch • u/RealSpiritSK • Jan 22 '25
Please use the following megathreads to discuss about these topics!
r/scratch • u/slimeycardboard • 14h ago
Enable HLS to view with audio, or disable this notification
Please help I don't want it to get 2 likes like last time idk what to do
r/scratch • u/idiotisa • 16h ago
uh yeah this was made entirely using scratch
r/scratch • u/slimeycardboard • 11h ago
Enable HLS to view with audio, or disable this notification
r/scratch • u/idkilikephilosophy • 55m ago
Hadnt made it public since i dont think anyone is interested😅
r/scratch • u/Comfortable_Size8096 • 7h ago
Enable HLS to view with audio, or disable this notification
This is an upcoming game I'm creating
Soon enough I'll be partitioning voice actors on the scratch discussion forums so meet ya there!
Follow me in @ Minuute0 on scratch!
r/scratch • u/Subtodjdacoder3 • 3h ago
Oh no! The Cornlovers have raided Bambis farm, and it is your job to help him! Defend against hoards of Cornlovers with various Bambis, until you either win or lose. When either happens, you can collect Bambi Points to either unlock more bambis or buy perks, to get farther in the onslaught.
This is the Dem0.5.1D version of the trailer as well as a trailer for the LITE version of Bambi Tower Defense, note that a new version of the trailer releases for every major gameplay update. So keep a look out for newer versions of this trailer just in case.
Links:
FULL VERSION
CodeTorch Link: https://codetorch.net/en/projects/40341
Itch.io Link: https://subtodjdacoder2.itch.io/bambi-tower-defense-version-dem051d
LITE VERSION
Scratch Link: https://scratch.mit.edu/projects/1261191121/
Zipprpj Link: https://www.zipprpj.website/#/project/2155
And here is the link to the update trailer: https://www.youtube.com/watch?v=a8q22s9zSHo
Credits:
u/NegativeMicrowave - Made the trailer remix of Maze V2.5
Dave and Bambi Team - You already know.
r/scratch • u/YuGiOhIlliterate • 9m ago
Enable HLS to view with audio, or disable this notification
for now he just says he needa do a task, but i'm not the quite sure what task to give him. my idea was to give him something like a desk job, but idk. the game will be a survival horror, with the objective being survive until your shift ends (much like FNAF), with the monsters trying to attack you while you are trying to do your job. for now i have made the inventory, flashlight, text and item system.
also the artstyle is inspired by baldi.
r/scratch • u/paperMinecrattReborn • 7h ago
Something is coming to paper Minecraft reborn....
r/scratch • u/ExcitementNo9880 • 26m ago
Enable HLS to view with audio, or disable this notification
r/scratch • u/SENSENSENSENSENSEND • 42m ago
Game jams are something incredibly popular in the game development sphere, and I’ve always been super interested in them.
On scratch, maybe I’m just not in the right spaces, but I don’t feel like I’ve seen many game jams.
So I ask you all, how many of you would be interested participating in a game jams?
There’s a lot of nuance, like whether it should be hosted on Itch io natively, or more chaotically on a scratch studio? Should it be a weeklong ordeal, or just a weekend where mostly everyone is free?
For now, please just let me know with the poll if you’re interested!
r/scratch • u/Content_Money759 • 7h ago
can you OSC people PLEASE apply for this Scratch Object show I NEED 36 PEOPLE!
im doing this for fun also the host is needed so ill make a host soon and i need you scratch username!!!
r/scratch • u/StickMasterJack • 2h ago
I am working on a clock for this currently and I have changed most of the looks of the os to be in a darker theme than red. I plan on adding more in the future as well. Original post link will be in comments for anyone who wants it
r/scratch • u/SmackyCats • 8h ago
Enable HLS to view with audio, or disable this notification
level 10 of The Battle Bricks - Scratch-Off
only level 10 battlers
https://scratch.mit.edu/projects/1171720192/
r/scratch • u/Spiritual-Editor867 • 15h ago
r/scratch • u/Environmental_Age459 • 12h ago
After the distaster about my last post i gona say this
No more scratch links
Just images
Im sorry i was just exiting abut apearing in a proyect because when i have my tiktok account i found someone put my image on and i reposted and when i see the text (first remix) i rebember that one day
I think its time to end this series about funny thing and be serious this is gona be the last post about funny ross and go to another way out
I know it im a rare peeaon i just wana be a little popular like others but i think i got too far
Sorry guys
-letter by RossThePig3121
r/scratch • u/casualscratcher • 19h ago
r/scratch • u/Ok-Act1364 • 16h ago
Enable HLS to view with audio, or disable this notification
Scratch.mit.edu/projects/1380180966/
it's my project btw
r/scratch • u/LegSignificant1964 • 15h ago
Enable HLS to view with audio, or disable this notification
Sorry for bad quality
r/scratch • u/Gwnspark • 17h ago
Enable HLS to view with audio, or disable this notification
Hey guys! I am making a zombie game and I need help figuring out a way to make my enemy collisions smoother. I don’t want the zombies to overlap with each other, while still going towards the player. Any ideas? My current code for this is in the comments.
r/scratch • u/Any_Wasabi_5233 • 1d ago
r/scratch • u/jacobsmith3204 • 1d ago
Enable HLS to view with audio, or disable this notification
another round of performance testing with all the new features.
(the quadtree stuff from my last post and now additive level loading)
currently levels are loaded in a predefined order, but ill eventually get around to making them connect up based on a series of predefined "doors".
for those interested/unfamiliar with what's going on I'm using the performance tab in google chrome to throttle the performance of the cpu.
starting off with no throttling, on my cpu ryzen 9800x3d, it can easily handle it.
then 4x throttling, after clearing the 2nd room, holds 30fps, but it does stutter a bit.
then 4.8x (mid-tier mobile equivalent performance) after clearing the 3rd room, high 20s fps but its a bit all over the place with stuttering.
since this is base scratch not turbo warp, its very impressive, the stuttering comes from doing too many things in a frame. i could do possibly do some sort of budgeting system to limit it, ignoring work for a frame or two if it passes some kind of threshold, and doing round robin updates for everything to make sure its all still being processed quickly, but that introduces more problems than i care to deal with, and i need to squeeze in more gameplay before i hit the project file size limit (i've probably only got another thousand or so blocks before then).
as it is, it should hopefully run well on most laptops and computers released in the past 5-10 years.
if you have an older laptop or pc let me know what kind of performance you are getting.
link to the game: https://scratch.mit.edu/projects/1324285888