Discuss Scratch

AbrahamSam
Scratcher
15 posts

Create new clone duplicates all clones instead of adding

Game

I am currently working on a remake of Egg, Inc. in scratch, and I have set up a code where when the red button is pressed, it broadcasts a message that the chicken sprite receives, and is meant to add another clone. However, it duplicates all of the clones in the sprite. I have noticed that directly clicking the code inside of the chicken makes it work as intended.
10goto10
Scratcher
500+ posts

Create new clone duplicates all clones instead of adding

The broadcast “spawn” is received by the chicken sprite and all of it's clones.

You might try having the button sprite directly create a clone of chicken rather than send the spawn broadcast.

Powered by DjangoBB