Good night, I am Italian and I am new in this forum.
I have a Question:
How can avoid that the text turns when I set the display angle?
PS: sorry but, I don't speak English very well.
Develop games in your browser. Powerful, performant & highly capable.
Text object doesn't have an angle and can't be rotated.
You want to rotate it? if so, you might want to use a sprite with drawn text or Lucid's almost-done bitmap text plugin, here:
http://www.scirra.com/phpBB3/viewtopic.php?f=2&t=4078&start=0&st=0&sk=t&sd=a&hilit=bitmapped+text
Thanks very much, you have helped me a lot.
Or you can put your text on a separate layer and rotate the layer.
Just do this:
+ Always -> Set layer angle to 0 - DisplayAngle [/code:3clpostq] That's zero-minus-display angle, by the way. I use it a lot in Vert to keep certain things always facing "up."