When I played my exe on Vista, i noticed that all my drawn text was shifted from where it was on xp and no longer fit in the text boxes i drew for them. Is this a common problem and does anyone know a fix for it?
I'm making a multiplayer game on a single pc (one player has keyboard controls, other mouse) and I want them to be able to type in their names and have them displayed on the screen.
Is there a way to do this without having to use the default gamemaker text input box, (ie. can I actually define where on the screen the text box is, what font, color, etc?)
Is there a way to automatically create a line break in text when it passes a certain x value on the screen because its really hard to keep guessing and checking by running the game and seeing where I need to put a line break to keep text within a certain box.