Hundreds of features to explore
Games made in Construct
Your questions answered
Trusted by schools and universities worldwide
Free education resources to use in the classroom
Students do not need accounts with us
What we believe
We are in this together
World class complete documentation
Official and community submitted guides
Learn and share with other game developers
Upload and play games from the Construct community
Game development stories & opinions
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.
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.
Develop games in your browser. Powerful, performant & highly capable.
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."