Hello guys,
I am making a mobile game in which i want the user to tap 2 button at a same time to activate the function...
Can anyone help me to solve this problem I will be thank to you.
Thank You
Develop games in your browser. Powerful, performant & highly capable.
Add the following conditions to your event...
Is touching button 1
Is touching button 2
Run once while true
Oosyrag I want the user to press 2 button so the game will run slow motion and I have try this condition but it is not working. When I test my game on mobile when I press both button then game is in slow motion and instantly it get back to normal speed. Do you have any other suggestions.
and thank you oosyrag
Either use a flag to set your slow motion state and add an event to revert it back to normal, or remove the run once while true.
Thanks