Prompting for Text Input Does Crazy Things to Actor Images (on Android Device)
bryanearl
Wasilla, AlaskaMember, PRO Posts: 49
I am using the latest version of Windows Creator.
So, I have my game up and running very smooth and am just working out a couple bugs before I release it on Android. One thing that is driving me crazy is this...
1. When player clicks BUY button to buy items, it prompts them to enter the amount with keyboard input. The keyboard input functions and rules work as intended, and they successfully purchase whatever.
2. Now, from that point forward, CRAZY things start happening to actors all over the scene. Sometimes the images are skewed horribly and can not make them out, sometimes actors images are replaced by other random actor images, sometimes the actor images are just replaced by a solid black alpha. The game is unplayable at that point.
3. If you change scenes and come back, everything is absolutely perfect until the next time the player buys or sells (and is prompted with the keyboard input).
4. My "workaround" for this is to insert a rule on the purchase/sell confirmation buttons that changes the scene back to itself, essentially "resetting" the scene and reloading the graphics.
This issue is not present while previewing the game in the creator and was only seen after installing the game on an Android device. While the workaround does technically work, it takes about 7 seconds to reload the scene every time and that really is not ok, considering the game is all about buying and selling.
What can be done to fix the bug? Has anyone else (using the keyboard input functions) had the same issue?
So, I have my game up and running very smooth and am just working out a couple bugs before I release it on Android. One thing that is driving me crazy is this...
1. When player clicks BUY button to buy items, it prompts them to enter the amount with keyboard input. The keyboard input functions and rules work as intended, and they successfully purchase whatever.
2. Now, from that point forward, CRAZY things start happening to actors all over the scene. Sometimes the images are skewed horribly and can not make them out, sometimes actors images are replaced by other random actor images, sometimes the actor images are just replaced by a solid black alpha. The game is unplayable at that point.
3. If you change scenes and come back, everything is absolutely perfect until the next time the player buys or sells (and is prompted with the keyboard input).
4. My "workaround" for this is to insert a rule on the purchase/sell confirmation buttons that changes the scene back to itself, essentially "resetting" the scene and reloading the graphics.
This issue is not present while previewing the game in the creator and was only seen after installing the game on an Android device. While the workaround does technically work, it takes about 7 seconds to reload the scene every time and that really is not ok, considering the game is all about buying and selling.
What can be done to fix the bug? Has anyone else (using the keyboard input functions) had the same issue?
Comments
I've submitted this to GS, but they couldn't replicate the problem so at this point I just have hopes that it gets fixed by accident in their rework or something. Not much else I can do. Maybe they should consider taking a hard look at the Keyboard input function cause the problems could have some sort of relation somewhere.