Hello everbody. ı have a problem. ı can connect my application on my phone. ı did not find the way that writing my code. for example my application is running on pc by click. ın order to run on phone by touch how can ı change my code?
1. Install the runner app on your phone. 2. Make sure your phone has access to your WLAN. 3. Start the runner and note down the IP adress it tells you 4. Inside Gideros Studio, open the player settings and enter this IP adress there. Uncheck local host of course. 5. Press START in GS. GS will transmit the app to your phone and you can play it there.
okey ı solve it ı must change mouse down events to touches begin events. Bu i got an error. hitTestPoint function is not working. but when you change the event.x to event.touche.x it works perfectly
Comments
2. Make sure your phone has access to your WLAN.
3. Start the runner and note down the IP adress it tells you
4. Inside Gideros Studio, open the player settings and enter this IP adress there. Uncheck local host of course.
5. Press START in GS. GS will transmit the app to your phone and you can play it there.