I have an image sprite object that I would like to snap to the center of the stage. When I perform scaling actions on the sprite, it drifts away from the center of the scene.
How can I set an object X/Y coordinates to the center of the scene?
I have an image sprite object that I would like to snap to the center of the stage. When I perform scaling actions on the sprite, it drifts away from the center of the scene.
How can I set an object X/Y coordinates to the center of the scene?
What is the size of the scene window? double click the object you want to snap to the center of the screen, there is X and Y. Divide your scene width and height by 2 and use the result to X and Y. Example if scene is X: 400 and Y: 300 you do object X position 200 and Y 150 And then mark “locked”. First you should check is that object Origin and Centre points right.
I don’t know is that what you want but I tried