Recently i have some problems with implementing this feature
I have read the tutorials on the pause game on the site but it didn't help me.
the issue is like this:
i have a button which responds to a touch event, which need to be on cool down because the button get pressed more the 1 time when you press it
so i deiced to use the Cooldown plugin by rexrainbow.
On the call event which triggered on the touch of the button i use the Pause plugin by rexrainbow which sets the time scale to 0, which results to the game paused but in the same time the touch events on the button are not responding because of the cooldown which uses the time scale.
Any suggestions?