I decided to start on a much simpler game first designed for mobile devices. Assuming I can finish this, I have plans to put it on the Amazon appstore. In my opinion, the best way to move the players would be a joystick. I found this tutorial (https://www.construct.net/en/tutorials/touch-stick-controllers-241). I am using the static analog joystick (sana). However, I have encountered some problems. Here is the link to the current project I am working on. Please note that is is still well in the developing stages and needs a lot of work, e.g. animations, chat box, and control over joining and creating rooms. I need some advice on how to overcome the problems below. dropbox.com/s/ufyqsc3r14gmno6/Wardens.c3p
First, the peers are not being created. If they are I just don't see them. Please note that I did not start this project from the multiplayer example, I started this from scratch. Second, the joystick only allows diagonal movement. I know why but am not entirely sure how to fix it. It is also like that in the tutorial.
Thanks for the help,
Give me a Pixel
EDIT:
Sorry, wave the first question. I added some spawn points and made the scrolling work and now it is working just fine.