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