maordany's Forum Posts

  • today I want to buy the "Multiplayer signalling server" tool. and of course the Construct 2.

    my question is whether i can use the "Multiplayer signalling server" tool on FTP account or i need to use VPS server? and do i get help or installation guide?

  • i need to builde city and i need buildings.

  • Is it possible to move objects automatically In a path?

    I'm building a game And the game has roads With cars and i want the cars will travel alone only on the road. Is it possible?

  • If anyone knows where I'd be download or buy i be happy to know From where.

  • if i buy the Personal License do I get free updates? and for how long?

  • 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

  • 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

  • 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.

  • Thank you I guess I'll need your help. I will be in touch this week.

    Is it possible to build a network game without the connection to scirra server "wss://multiplayer.scirra.com" and set the connection from my server? Is it possible and how hard it is? if i buy the (Personal License) Will I have the opportunity to do it?

    If I use scirra servers am I limited to the amount of users playing at the same time in the game?

  • i use the multiplayer game example from scirra and something very strange happens to me.

    I entered the game from my local computer and sometimes there is another player who plays with me (Not just in there, is really playing with me).

    2 Questions

    1. I want to replace the firing to bullets and not to with a laser as in the example game.

    2. I put pictures (for walls) and gave them a solid behavior and I can not do the shooting stops when he hit the wall.

    I would love if someone could help me (I am attaching the project).

    If someone would do this to me I am willing to pay for it. Please Please Please!!!

  • On the Text object's properties there is a Horizontal alignment option. By default is set to "Left" but you can also choose "Center" or "Right".

    Thanks but I mean to TextBox not a Text. TextBox i did not find such a possibility.

  • Works great thank you very much

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Is it possible to set object position in percentage and not in pixels?

  • how to text align to right in text box object?

  • how to create object in random position but not on solid object????

    I work with an example of a multiplayer game and the example create objetc randomly anywhere on the screen and i need it to create the object randomly anywhere on the screen but not on solid object. How can I do that????