How I set more than one image sprite on canvas

I’m trying to create an application that can paste labels across the canvas, repeated or not according to the image. The objective is to identify paths and points of attention
I would like to know how to add more than one image_sprite to the canvas without it losing the previous ones.

image
test (1).aia (665.0 KB)

You can try this extension to add sprites dunamicly:

1 Like

what would be the command for the images not to collide, because the moment I drag next to each other they come together

sorry for the questions is that i’m new

Thank you

You can use this block:
component_event (7)

1 Like