Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » Squidgame cookie
- AXEL_-_____
-
Scratcher
12 posts
Squidgame cookie
Can somebody help me with the carving system bc I don't know how to make it.
- HopperSpaniel
-
Scratcher
60 posts
Squidgame cookie
I'm not sure if you should make that game. There was a whole thing where Scratch took down a bunch of those projects.
- bsteichman
-
Scratcher
500+ posts
Squidgame cookie
set the backdrop to your cookie, make the cookie pretty much one color, grab the eyedrop and select the border that makes up the shape (where you would put your needle in), lastly in a relatively small sprite(maybe like one pixel) do
define check cookie //run without screen refresh
pen up
set [old x v] to (x position)
set [old y v] to (y position)
go to [mouse pointer v]
if <not <<touching color [#776600] ?> or <touching color [#000000] ?>>> then //color of the pen or color of the border
broadcast [broke the cookie!! v]
end
go to x: (old x) y: (old y)
pen down
go to [mouse pointer v]
pen up
when game start :: hat events
forever
if <mouse down?> then
check cookie
end
go to [mouse pointer v]
end
- cookieclickerer33
-
Scratcher
1000+ posts
Squidgame cookie
That’s not allowed, im pretty sure I heard something about a ton of those projects getting taken down
- HopperSpaniel
-
Scratcher
60 posts
Squidgame cookie
That’s not allowed, im pretty sure I heard something about a ton of those projects getting taken downYeah that's what I was trying to say lol. I guess there's nothing we can do about it

Last edited by HopperSpaniel (Jan. 14, 2025 18:38:26)
- Voxalice
-
Scratcher
1000+ posts
Squidgame cookie
Keep this in mind when making your project:
We've been taking the stance that you can make projects designed after the gameplay used in Squid Game, but your project can't make references to Squid Game itself.
- Discussion Forums
- » Help with Scripts
-
» Squidgame cookie




