Canvas and Image Sprites

I’m trying to make an app similar to the paintball imessage game and i’m using a canvas and image sprites but whenever I click an image sprite it selects all of the sprites below and to the right of it. any suggestion on how to fix this would be much appreciated

Please provide a more detailed explanation of what you are trying to achieve,
what you have done so far, what works, what doesn’t work…

Please show your relevant blocks,
if relevant, your data or lists,
screenshots of the Designer screen or app in action,
so we can see what you are trying to do…

Right Click in Blocks Editor and select “Download Blocks as Image”
for the best image of your blocks.

Pay special attention to the Height and Width attributes of your Sprites. They determine the size of the hit box for that sprite, and the hit boxes of your sprites might be overlapping.

Compare the sizes of the sprites against the Canvas Height and Width too, to avoid unpleasant surprises.