How do I control 2 differents app?

0 favourites
  • 4 posts
From the Asset Store
The internet is bombarded daily with new apps (app is the short term for application)
  • hi

    in i would like to make this in construct2

    the first app hosted on a server on the index.htm is the app the user see

    i would like to control the elements of that app with an admin app.

    for example in the admin app i add a sprite and that sprite appears in the user app index.htm

    it is feseable?

  • You should be able to do this by using the multiplayer plugin. You would have to use a signalling server (You can use the Scirra signalling server for free) and connect the apps with each other. Then you can sync objects and send other data. I don't know very much about the multiplayer plugin but you can learn how it works here: https://www.scirra.com/tutorials/892/mu ... 1-concepts .

    I hope this helps! <img src="{SMILIES_PATH}/icon_e_smile.gif" alt=":)" title="Smile">

  • If it has to be a real time, then WebRTC (you need socet server) or WebSockets (you need to build server in JAVA for instance). If not then it can be done even by AJAX. Then one app updates some database/file with TODO information and second app frequently checks if there are any news in the database.

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • the app i want to test is in fact some kind of viewer for the user, no need of interactivity, just watching what appears on the screen. i have to do the chanegs with an admin app who send the infos to the user app like, moving sprites or text, but the user has nothing to do, just watch

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)