hellos guys
im pretty new to construct2 and i want to make a game that i could use my smart phone as a controller /game pad meaning i wont be able to see the game on my phone , instead i only see buttons to control the game
Peace !
Develop games in your browser. Powerful, performant & highly capable.
Add the "Touch Object" to the Game. Create a top layer and set it's parallax to 0,0. Place buttons on the Layer. The you can use "On Object Touched" to control your movement behaviors by assigning different directions and/or actions to the buttons.
If that's the case, the only solutions I'm aware of would be what I suggested in combination with screen mirroring(android) and Airplay(IOS) but, I don't think that's quite what he wants either. Thanks —, I miss read it.