Hi.
I'm a n00b with this, so please be kind :o)
I just want to display the angle of motion on a bullet sprite so I can troubleshoot something else.
So, on the corner of my screen I have a Text Box.
On a Bullet Sprite (BS) I've got an instance Variable called "AngleOfMotion"
On my Event Sheet I've got:
System - Every tick - Set AngleOfMotion to BS.Bullet.AngleOfMotion
Below that I added the following action:
Set text to BS.AngleOfMotion.
But, when I run it, the text shows the initial Angle and does not refresh when the sprite changes angles. SHouldn't it refresh on every tick?
What am I doing wrong?
TIA!