Hey everyone,
Before my game’s release, I encountered a strange anomaly with the String Object.
When testing the game on my Windows 8.1 computer, all string objects were a single line each:
Open game
What is your File Name?
What is the Capital of Washington?
Opening Game....
It remained the same when running it as an .exe file.
But when I tested the game on an older computer that had Windows 7, the strings alignment was apparently shortened:
Open game
What is your
File Name?
What is the
Capital of
Washington?
Opening
Game....
What made it worse was each string were individual objects, so they all begin to overlap.
I see a few workarounds (one was actually turning the text into Active Objects), but is there a way to keep string objects the same alignment no matter what version of Windows you play the game on?