So my code runs perfectly well with all the features on versions of Android below 7.0
It’s a simple Pinball game I modified from Carlos Yanez’s tutorial on pinball physics.
Basically, I added a lot of new features and completed the game (e.g. adding back buttons, instructions, new game mechanics, etc.)
The code is virtually sound except…
The Main Menu display shifts to the rightmost part of the screen and cannot be tapped when the game is installed on Android 7.1.1
I’ve tried it on every Android version including 7.0
In Android 7.0, the user can interact with the display, and it works perfectly fine, but the back buttons for when the user is in-game doesn’t work as intended. It shifts back to a function that I created as backup and used in older versions of the game.
Any idea on how to fix this Android Build glitch? I’ll upload my code upon request. I just want other people’s perspective on things first. I might have missed something because I’m practically a baby at Lua. Thanks!
Please respond soon, I have a deadline creeping up on me T_T