Range problem

How to make the mouse make a sound when it is close to the monster, and stop when it is out of range. https://arcade.makecode.com/S18088-97796-48977-54508:blush:

1 Like

In a game update use a for element value loop and then you can use the proximity Boolean in my extension here:

1 Like

or you could use jwunderl/arcade-sprite-utils