how to limit received touch on screen?
EpicoreGames
Member Posts: 188
I am wondering how can I limit the received touch from player.
Like the button can't be pressed more than 2 times.
How can i limit it to only able to be pressed 1 and 2 times?
Comments
When Touch is Pressed AND attribute self.touchCount < 2
Change Attribute self.touchCount to self.touchCount + 1
New to GameSalad? (FAQs) | Tutorials | Templates | Greenleaf Games | Educator & Certified GameSalad User
ok thanks @tatiang