Display text positioning?
So I have an actor displaying a number. Currently the number is just in the center of the actor but what I need is for the number to be below the actor so is there a way I could just tell the display text to positionY-35 or something simple like that?
Comments
Just type "/n"..
Before the attribute you want to display.
It makes a new line and then display your attribute
If you've not that much text, and you have critical typographic requirements (including different fonts than those available in GS) you're best to stick with graphics of text in those cases. :-)
Darren.
it looks like this: "/n"..self.actornumber
Also, I find that the left and right alignment of DisplayText do not do anything, it is always centered. Does anyone else see anything different?