Touching bugs my gameplay, swipe don't
On a map, let's say i have about 10 buttons. All of same kind. Then there's one of them that randomly gives 1000 in game.score, when it just should give 1. Then when i just swipe through the map, there's no buttons that bugs at all.
What's happening?
I have a change attribute-pos self to mouse where touch occurs, to move the collider over buttons if user would like to touch direct and so he can't make a swipe by touching 2 locations.
After that i have a constrain attribute-pos self to mouse, so the collider follows finger from where the touch occured.
What's happening?
I have a change attribute-pos self to mouse where touch occurs, to move the collider over buttons if user would like to touch direct and so he can't make a swipe by touching 2 locations.
After that i have a constrain attribute-pos self to mouse, so the collider follows finger from where the touch occured.
Comments