I am trying to control the flow of my app by disabling buttons and showing that they are disabled by sending them behind an opaque background. After a few cycles of this all the buttons freeze and no longer work.
An example of what I am doing is attached as a zip.
I’m on Windows trying out Lua Glider and Sublime Text.
I’m not out of the simulator with my issue but will want to deploy on iOS & Android.
Version: 3.0.0, Platform: iPad / x64 / 6.2 / Intel® HD Graphics 4400 / 4.3.0 - Build 20.19.15.4331 / 2015.2731
The main idea is that pushing some buttons should allow other buttons to be enabled and forward while still others are disabled and pushed back. This will direct the user to use the app correctly. In my example code, pushing B should enable A and disable B, then pushing A should enable B and disable A, ad nauseam. With my example I only get a half of a cycle and it all freezes up! “A” is forward but nothing happens on click and the “B” is stuck with the “over” attributes.
I’m missing something, several things, facepalm? Go easy…