Playmaker Forum

PlayMaker Help & Tips => Android Help => Topic started by: ho young ryoo on November 15, 2017, 12:20:15 PM

Title: How can I create the logic when there is no touch on the screen?[SOLVED]
Post by: ho young ryoo on November 15, 2017, 12:20:15 PM
Hi
I want to create a logic that will save a certain amount of time when there is no touch on the screen right now.
How can I configure it?
I can save time and save.but..
How can I create the logic when there is no touch on the screen?
Thank you every time.
Title: Re: How can I create the logic when there is no touch on the screen?
Post by: Alex Chouls on November 15, 2017, 01:53:26 PM
Use Get Touch Count to test the number of touches:
https://hutonggames.fogbugz.com/f/page?W578

I've attached an example.
Title: Re: How can I create the logic when there is no touch on the screen?
Post by: ho young ryoo on November 17, 2017, 11:26:35 AM
Always, thank you very much.
Title: Re: How can I create the logic when there is no touch on the screen?[SOLVED]
Post by: benedict on December 07, 2017, 01:54:35 AM
It works. Thanks a lot!