Hi
for practical reasons, at a certain point, I set:
game.speech_text_align =LEFT;
Now I'm trying to set it back to center. It refuses to take MIDDLE or CENTER.
Cheers
Are you using the built-in Enums eg:
eAlignLeft,
eAlignCentre,
eAlignRight
game.speech_text_align = eAlignCentre;
Or are you using a int variable named MIDDLE (with a value of 0, which I strongly believe would be: eAlignLeft).
Thank you Ryan,
What a plonker I am, completely missed that one.
cheers
slasher