I want to add invisible touch control for android and ios mobile version games and the touch control only shows when the users touch to play .
Develop games in your browser. Powerful, performant & highly capable.
use "is in touch"
Touch>IsinTouch> Controls Visible
Touch>IsinTouch(x)> Controls InVisible (x meaning inverted)
use "is in touch" Touch>IsinTouch> Controls Visible Touch>IsinTouch(x)> Controls InVisible (x meaning inverted)
Thanks i'll try