cant display angle of an actor???

hi folks!
this one“s baffling me:
my player object rotates (angle+=newangle) but the readout doesnt work. why?
it always shows "angle 0" on screen?
this one“s baffling me:
- Code: Select all
//debug text actor, draw event
debug1 = player.angle;
sprintf(text, "angle %i", debug1);
my player object rotates (angle+=newangle) but the readout doesnt work. why?
it always shows "angle 0" on screen?