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.