Moving imageSprite to the -axis

I want to create opening door in my game.But when i want to open the door, door back left corner touched to the edge and is stoping. So i can’t open the door completely. Is it possible the moving the objects through to the minus area.

Try this:

Put the canvas inside a vertical arrangement. Make the canvas bigger in dimensions than the vertical arrangement. Centre your canvas on the vertical arrangement. Then elements can move outside of the view area.

1 Like

oh it’s great ! Thank you very much for your useful knowledge.

I tryed. right side is ok. but left side doesn’t work. Because VerticalArrengement left corner starting with zero.

Done ! I solved thanks a lot