Hundreds of features to explore
Games made in Construct
Your questions answered
Popular & trusted by schools and Universities world-wide
Construct 3 runs in the browser & works offline
Students do not need accounts with us
Our educational partners
Free education resources to use in the classroom
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
I've got a "Text" object coded to "Set text to Sprite3.Angle"
The Text block disappears and isn't showing the angle of Sprite3.
I'd appreciate if someone can show the correct code/method to type to get a text to show the angle of a sprite.
that works. try setting text to round(sprite3.angle). also, try resizing your text object a little larger.
Develop games in your browser. Powerful, performant & highly capable.
Thanks spacedoubt
round(sprite3.angle) worked perfectly
The text didn't need resizing.