i wanna make a maze with the goo but its to hard my laptop can’t handle all the 240 sprites on my test game i’m a bit stuck
Welcome to Snap! Do you have a link to share? That usually helps.
Also, you might want to change the topic of this post to Help with Snap! > Snap! Editor
This is what clones are for!
You can create a clone by using the
block. Once you create a clone, you can have it run code by putting the code under a
block. To delete a clone, put a
block in a clone’s script.
Mark a post with Solution if that post solved your problem
what if u need the clones to do something else?
where do you get the tell [] to { } ::control block from
It seems like a custom block:

just use tell [ V] to ({}@>) @:> , idk what the point of that block is
I didn’t use lambda blocks
Why? The C-slot implicitly reifies the lambda anyway…
is there a reason why? a { } represents a lambda anyway.
