I am trying to make a point-and-click adventure game, and it will use a sprite whose position is defined by -180 plus half the width of the current costume. How do I do this?
I ask because it's really easy to do in Java.
Last edited by metaknight2 (2012-01-17 19:28:50)
Offline
Use <y position>
Offline
That's not a solution in any way. The Y position of an object is the center of the object, and I want to position my objects based on the bottoms of the object.
EDIT: I can do it by moving the costume centers
Last edited by metaknight2 (2012-01-17 19:45:28)
Offline