problems with touch buttons interface
GLGAMES
SingaporeMember Posts: 988
After converting 3 games from ios to android, 2 of those games has bad controls. Sometimes after pressing once it stop working. And sometime directional buttons is jammed and moving on its own. I have no issue on this for ios release. So any advice?
Comments
Maybe rebuild the controls?
change attribute "button active" = true
after 1 sec change attribute "button active" = false
& also when actor touch is inside
change attribute "button active" = true
otherwise when actor touch release
change attribute " button active" = false
both has the problem of jamming up.