Skip to main content
Filter by
Sorted by
Tagged with
-1 votes
0 answers
77 views

I have a 3D rasterization rendering program on scratch.mit.edu, which has proper movement and rotation matrices for yaw and pitch (not roll). The grid is located on y=-50, and I have near plane and ...
Person12343's user avatar
4 votes
1 answer
144 views

What do I need to do to make a "days since 2000" JS function that provides a value identical to that provided by the reporter in Scratch?: The Scratch Wiki page states that It reports the ...
JaecadeJnight's user avatar
1 vote
1 answer
49 views

I'm trying to make a game where I drag tetris like blocks onto a grid. When a new piece is dragged onto the board, I'm trying to determine if the game piece is valid in the current location. I have a ...
Letharion's user avatar
  • 4,261
1 vote
0 answers
61 views

I'm developing a Scratch extension that will add some very useful features to the game. However, right now I'm trying to create a reporter that will split a string into a list at a certain character. ...
mrC0der's user avatar
  • 35
0 votes
1 answer
148 views

I would like to make a grid of dots based on a numerical input on Scratch, and I would like to make all of the dots clickable to change in between 2 states: red or blue. For example, if I input the ...
Jeffery Lou's user avatar
-1 votes
2 answers
120 views

I’m trying to make a Save/Load system, and it works locally. For example, if you play, then you save, it saves. You can then press load and if you enter the save code, it will load. The problem is if ...
Leo Cox's user avatar
0 votes
1 answer
129 views

Im making a cookie clicker game and i have cookie per click upgrades, there is a cost that starts at 50,000 cookies then everytime you buy it, it multipies by 100. But when i put the cost variable ...
gio's user avatar
  • 27
-1 votes
1 answer
147 views

I have a .sb3 file that is returned from an API, and I want to load it into the editor when the app starts. It seems that I need to set the project files into scratch-storage, but I am not sure if ...
Luane's user avatar
  • 111
1 vote
2 answers
161 views

I am trying to have it autogenerate a number, if that number is a 1 then it throws a strike, if that number is a 2 then it throws a ball. Currently it gets stuck on either a 1 or 2 and just throws a ...
BShultz14's user avatar
1 vote
1 answer
141 views

I saw a video about the birthday problem where if you had a room with 23 people, there is a 50% chance that two people share a birthday. Rather than just understanding the math, I wanted to run a ...
Abhinav Jonnala's user avatar
-5 votes
1 answer
334 views

I'm trying to make a meta game and for one of the planned scenes I want the player's name inside a book. The thing is... I'm using PenguinMod, a block programming language that has almost nothing to ...
TinkerWithABell's user avatar
-1 votes
2 answers
1k views

For some strange reason, clones duplicate other clones but does not do anything to add to a variable. Click this to get the image, i cant embedd images yet. But I believe that this clone script ...
Cabbage Rat's user avatar
1 vote
2 answers
544 views

I have been trying this code, but it does not do anything. I cannot for the life of me figure out how to choose a random number, and pull the X and Y coordinates out of the two separate lists based on ...
Fire Dragon's user avatar
-1 votes
3 answers
81 views

I am making a python script with ScratchAttach to automatically answer a certain prompt on my profile, and I have gotten up to the point of getting messages from my profile. Now how do I check if the &...
zeeplockd's user avatar
0 votes
1 answer
141 views

Wanted to upload a project to turbowarp anonymously When I tried to load the page it just shows this error on the screen: Oops! Something went wrong. We are so sorry, but it looks like the page has ...
9fox's user avatar
  • 1
1 vote
1 answer
950 views

I've embedded a Scratch project into my website using the iframe tag from the embed copy link in Scratch: https://larakoseff.github.io/projects https://github.com/larakoseff/larakoseff.github.io.git ...
Lara Koseff's user avatar
0 votes
1 answer
1k views

I've got a custom code block that I've written in Scratch: I want to duplicate my code block so that I can have a second version that is slightly different instead of having to create a whole new ...
Shaun Roselt's user avatar
  • 4,464
-2 votes
1 answer
669 views

I have the following function written in the Delphi Programming Language that converts a base-10 (decimal) number to a base-2 (binary) number: function DecimalToBinary(Value: Int64): string; const ...
Shaun Roselt's user avatar
  • 4,464
0 votes
2 answers
277 views

I want to get the absolute value of a number in Scratch, meaning to drop the negative sign and convert all numbers to positive numbers. "-1.5" would become "1.5" "-4.56E100&...
Shaun Roselt's user avatar
  • 4,464
0 votes
1 answer
92 views

I am looking to convert between two bases in Scratch. I would like a direct conversion, not one that goes to decimal as an intermediate step. Is there an algorithm or function that can do this for any ...
bchyou's user avatar
  • 48
0 votes
2 answers
1k views

So I was making a quiz game in scratch, I decided to clone the board that has the answer, but the clone just kept following each others, no matter how I fix it. I tried using a "Wait until " ...
Sans The Lazy Bone's user avatar
-2 votes
1 answer
499 views

I made a shooter game in Scratch, but my score variable doesn't go up when the plane shoots the enemy. I use a clone for the enemy. The Score variable should go up when a Laser touches a UFO1 or a ...
Helen's user avatar
  • 1
1 vote
2 answers
617 views

I am making a Squash game in scratch and I want the racket-sprite to always be straight "infront of me" as I move (with the mouse) around the court. This almost work with my code only that ...
Juniper's user avatar
  • 11
-2 votes
2 answers
234 views

I am trying to make a simple game in Scratch, but I can't figure out why my costume isn't changing. You can see what i tried in the photo but it isn't working.
Mimis's user avatar
  • 19
0 votes
2 answers
118 views

I'm trying to make it so that a triangle, with its two base points always staying on the outer edge of a circle, will point towards where the mouse is. I'm convinced it's mostly a specific math ...
Drew Magro's user avatar
0 votes
1 answer
117 views

I will try my best to explain my problem. I'm trying to remake DDLC on Scratch and I have a hard time making a code that can save at anytime the user wants. Meaning, if I press S, then I save. I also ...
user avatar
0 votes
3 answers
520 views

Im working on a 2D, non-scrolling, portal-themed platformer in scratch, and I was wondering if there was a function or script that I could make to help find the angle of a wall. As it stands, the ...
toastypixelcrisps's user avatar
0 votes
1 answer
70 views

So I was doing a coding exercise (in Scratch) for fun and decided to try to create a piece of code that would be able to calculate the area of a function f(x)=x y (where y is some constant) of the ...
CrSb0001's user avatar
  • 203
2 votes
3 answers
2k views

I'm trying to make a marker that puts a number on each clone, so I can assign a life variable to each one, but I haven't been able of doing so. Any ideas? I tried setting each clone to a different ...
Zsergi's user avatar
  • 23
0 votes
1 answer
127 views

Scratch 3.2 is buggy, the biggest bug being that the search bar taking up half the nav bar. I wonder what causes this bug. I restarted my Chromebook and nothing happened. I cleared my cache and ...
someone's user avatar
0 votes
2 answers
84 views

I am trying to compress 256^3 datapoints into a 256 digit or less long string (using only base 10 numbers). I have already tried a few things which I will list below. I have tried to switch between ...
Isaac Lenchus's user avatar
0 votes
1 answer
85 views

I am creating a script that is required to check if the the X or Y position of sprite minus the absolute value of anything in a list is is less than a particular value (The x or y for one of the ...
Flaming's user avatar
0 votes
1 answer
298 views

In the game I am programming, I added code that allowed me to tell a specific clone's X pos via a variable for all sprites. This way, I could tell another sprite where to move to. But the X pos ...
Jacob Teno's user avatar
1 vote
1 answer
801 views

I have this script in Scratch for a sprite (also viewable in MIT's editor): When Kai touches the sprite it only disappears briefly, but then remains visible even though Kai is still touching it. Isn'...
Christian Bredli's user avatar
0 votes
1 answer
278 views

I would like several sprites to move from left to right on a loop and start at different time. Although I have used the "forever" control feature, it's not working. the sprites (baseball and ...
Clau4's user avatar
  • 1
0 votes
1 answer
36 views

Code used for terrain generation How it appears on testing So, I tried to replicate Minecraft and I started with terrain generation. I tried using Perlin noise, but instead of generating Minecraft-...
yourAverageDumbCoder's user avatar
0 votes
1 answer
506 views

I need help with a Scratch algorithm that increments its step by 1 each time, first it takes 1 step, then 2 steps, then 3 steps and last 4 steps. you have commands like step forward 1 time, repeat 2 ...
eternal_despair's user avatar
0 votes
1 answer
120 views

In the Scratch application, how can I change the download directory to any other location when I click "save the file to the computer"? Additionally, I would like to save the project file to ...
Ajaykumar's user avatar
0 votes
1 answer
70 views

I made a music player in scratch, that fast forwards and rewinds 4 songs in a playlist. I tried creating a replay button that replays the same song over and over when it’s pressed till it’s pressed ...
Analiese Ukeje's user avatar
-7 votes
3 answers
1k views

I know that this won't work in a normal Scratch. Maximum with Turbowarp, but there is one problem. Turbowarp makes JavaScript out of Scratch, and unfortunately I don't know this language. What should ...
Георгий Кауров's user avatar
0 votes
1 answer
913 views

Image I have a problem with repeat loop. If I write this code 10 times it works but, I face bugs when I use a repeat loop. Can someone help? Is there any settings which I need to change to use repeat ...
Mihi's user avatar
  • 1
0 votes
1 answer
549 views

I am making a Scratch Mit project where a sprite is supposed to come as a monster, I have controlled its custom movement using the repeat block although once it goes out of my desired animation, it ...
Krishna Singh's user avatar
-1 votes
1 answer
786 views

enter image description here Here is the link : https://scratch.mit.edu/projects/859974239/editor I have made a scratch project where i have used a if "x" key pressed ,the broadcast "...
Krishna Singh's user avatar
0 votes
1 answer
1k views

I am trying to make a clicker game on scratch and I made a click effect that is a mini version of the button that floats to the bottom of the screen. I got everything worked out except for one thing. ...
Kingnerd2011's user avatar
0 votes
1 answer
255 views

Like I have stated here, I am trying to create a Plants v.s Zombies mod in Scratch. However, the main issue still seems to be that the drag and drop system just does not seem to want to work. (This ...
CrSb0001's user avatar
  • 203
0 votes
1 answer
1k views

Background information Like I have stated before here, I am trying to create a Plants vs. Zombies mod in Scratch. My main concern still seems to be attempting to create the drag-and-drop system (...
CrSb0001's user avatar
  • 203
3 votes
2 answers
588 views

So I was taking a break from my PvZ project in Scratch and trying to see what I could do in Scratch. So here's the thing: I sort of wanted to see if I could make a converter from say, sin(x°) to sin(...
CrSb0001's user avatar
  • 203
3 votes
1 answer
339 views

I found a double pendulum ODEs simulation on Desmos, credit to @AlexRLJones, and I am trying to recreate it entirely in Scratch. While writing the code, I noticed that when I put sin(θ₁) with θ₁=50 on ...
aedanp07's user avatar
0 votes
2 answers
572 views

So I have started to create a Plants v.s Zombies mod in Scratch. My main concern right now is attempting to figure out how to code a drag and drop system (i.e. clicking the seed packet and then drag ...
CrSb0001's user avatar
  • 203
1 vote
1 answer
124 views

What I'm trying to make In mit-scratch I'm making an Isometric game with an arena as the main part of the game idea, the player would be going around killing enemies while being unable to pass through ...
Justin Neugebauer's user avatar

1
2 3 4 5 6