How to clone my enemies and make them do the same actions?

Im having a problem with my game, im trying to make multiple of the Stabber Sprite and make them all spawn on the STB Tile, Run right and turn when hitting a Red circle block, and take damage from the player character’s attack. Any help or tips? Game:

1 Like

(For anyone else who wants to help, here’s a direct link: https://makecode.com/_bKaMocWtLW33)

@Waddling Have you tried using the on created block? It can help you do the same things to a lot of sprites of the same type, even when they’re being generated at different times or in different ways.

here is a post that helped me: How to make clones move left and right

1 Like

Its not working for me:

just do this, this works fine.

it turns the sprites into a list and then it repeats the length of the list the code and i think you understand.

i dont know how to clone normally, so do you know?