I'm looking to create a game utilizing the assets from the failed game glitch. this is a side scrolling platformer game where you move left to right, jump and interact with your environment, like harvest from chickens, pigs, trees, etc. what i'm looking for is a base example of all the elements needed, controls for all devices, and a basic level to move in.
I don't see much about "zone" transitioning, moving between one place to another, that would likely need to load external elements on demand to save on memory usage. also multiplayer / mysql setup to store information, such as a zone unique to each registered user where they can store a customized version of their house layout for example.
Another example i've not seen is the ability for a user to register, design a avatar, then enter the world and interact with whoever else is in the game.
If anyone knows of a example that has at least most of these elements in one capx file, or maybe a tutorial on tying it all together, this would be a big help. I have paid for construct to, so i am not limited by the free limitations.
the game i'm wanting to re-create is
so user interaction, map, zones, chat, stored settings in mysql in a secure manor.