I want to move an image sprite outside of a canvas and not collide with the canvas

For a find the differences game, I'm need to zoom and move the sprites outside the canvas, but when I move the sprites, the sprites are on each other after I move them.
May you help me?

btw, I'm trying to make the game online by bluetooth so it will be playable on a flight.

You might have Sprite Cannibalism.

Here is how a sample app avoids it...

I want to move an image sprite outside of a canvas

You cannot do this

1 Like

You could give the impression you moved the Sprite outside the Canvas by making it Invisible and Disabled when it hits an edge during the drag.

Agree, you can not move a sprite outside of the Canvas area.

Canvas larger than screen - Scott Ferguson