bion3t's Forum Posts

  • 6 posts
  • OK thank you for your support I will check that demo too

  • Thank for the reply! I have already seen the multiplayer demo, but for me it's too difficoult to understand because there are so many events!

    I would appreciate to have a minimal example first...

    Are there some video tutorial that explain step by step how to do that?

    Thank you again

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hi! I'm having problems with the multiplayer plugin, I read every possible tutorial but I still haven't found a solution.

    I'm able to connect and login, but the problem is that if I run the example in two windows, in the first (the host) I have only one player, in the second one (the peer) I can see both the player and the host player.

    The question is: why in the host window can't I see both player moving and why the peer player can't sync its position?

    I attach the example, to connect simply select one of the item in the top right list.

    Thank you in advance!

  • I solve the problem by switching to XML and now it works well!

  • Hi everybody!

    I need to load a JSON or XML file from a remote source with AJAX, the problem is not to load it, but to parse it!

    If I run the layout I can see in the firebug console, that the request is completed succesfully and it returns the JSON file.

    Now I want to generate a list of online users with this JSON, how can I do that?

    The request returns this:

    [ 
    { 
    "username": "marc****co",
    "seconds": "5",
    "photo": "https://graph.facebook.com/134****302/picture?width=90&height=90",
    "level": "2"
    },
    { 
    "username": "jo****sa",
    "seconds": "10",
    "photo": "https://graph.facebook.com/143****567/picture?width=90&height=90",
    "level": "5"
    }
    ] [/code:3cv9aa68]
    Thank you!
  • Hi! I have a problem: I exported my project to a cocoonjs zip file, I uploaded it to the cocoonjs builder and when I receive the email containing the link to the build project I can see two APK files: the first is signed and the other one is unsigned.

    I copy both into my SD card, then I try to install both, but the first can't be installed, the second instead can be installed but when I run it, there is a black screen and nothing happen.

    I have searched on Google but I've found nothing to solve my problem.

    Thanks and sorry for my bad English!

    PS: I bought a personal license of construct

  • 6 posts