Question about Multiplayer game.capx Example

0 favourites
  • 4 posts
From the Asset Store
Unlock platyers earning coins, and save it with Localstorage
  • on Multiplayer game.capx Example the windows size is 1024, 768.

    I increased the window to 3000,3000 and add to the player the behavior scrollTo. It works great, but when I entered the multiplayer game the behavior scrollTo does not work well and the player leaves the screen.

    Can anyone look at the example Multiplayer game.capx and maybe he could help me.

  • You will have to disable scrollTo object for other players/objects.

    It should only be active for each individual player.

    You should probably have a

    On player created

    for each player

    If player.id is not myid disable scrollTo

    Otherwise the scrollTo will average between all players and can have undesired effects.

  • I do not really understand because I'm new at this.

    If you can help me it would really help me because I play with this for a few days

    And after a few attempts with the software now I have a new problem.

    When shooting each other you do not see everyone's bullets but the damage has been working.

    I can pay $ 20 via PayPal if it helps

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • You will have to disable scrollTo object for other players/objects.

    It should only be active for each individual player.

    You should probably have a

    On player created

    for each player

    If player.id is not myid disable scrollTo

    Otherwise the scrollTo will average between all players and can have undesired effects.

    I do not really understand because I'm new at this.

    If you can help me it would really help me because I play with this for a few days

    And after a few attempts with the software now I have a new problem.

    When shooting each other you do not see everyone's bullets but the damage has been working.

    I can pay $ 20 via PayPal if it helps

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