grid to display x.y coordinates?
walterwoods@comcast.net
Member Posts: 2
Is there a way to find the x,y coordinates in design mode?
While designing a game I want to know the x,y points on the screen. This is not to track a mouse position in game, but to place an actor at a specific x,y point in design mode. Is there some feature I can turn on in design mode, and then move my mouse around to get the x,y coords?
Also, if I did have the x,y coords and I spawn an actor at those points, will the center of my actor be spawned at that point, or will the bottom left corner of my actor be spawned at that point?
Comments
The answer to the first part is no. The answer to the second part is that actor positions are determined by the center of the actor. So spawning an actor will spawn at x,y where x and y are at the center of the actor.
New to GameSalad? (FAQs) | Tutorials | Templates | Greenleaf Games | Educator & Certified GameSalad User
There is no on screen display for coordinates during scene layout, you can double click on an actor to see its coordinates.
You could produce a grid in Photoshop, place it onto an actor and place that actor in the scene as a guide.
When you spawn an actor its coordinates are defined by its centre point.