savvito123's Forum Posts

  • I think there is not any difference if its for ios or android or pc.

    Anyway there is on platform behavior a double jump on properties , you can use this.

  • Hello.

    Im thinking to involve with a multiplayer game and im collecting some information to see if i can do it.

    2 players, one host and one peer, one on the left and one at the right shotting each other.

    Its possible to make both devices "host and peer" to showing their players at the left of the screen?

    Like clash royale if you start a game you are always play at one side.

  • Hello Noah., first of all i would like to thank you for your reply.

    My English are not good so forgive me if i say im not understand some of your advice's.

    Im trying for a long time to understand how multiplayer works , after more than a year i finally can create a host and a peer.

    As you understand is very difficult for me all that , i read all the manual and i try and understand that i have to left blank the Peer Id when sending massages to the host.

    After a lot attempts i can make the host showing his animations to both devices but peer only show his animations at host device.

    Is there any way to make the "is moving along path" work on peer device?

    Mean , can host send message to peer that the "is moving along path" is active?

  • After lots of tries i did not succeed and did not understand why the peer dont get the message for change animation.

    dropbox.com/s/k9hytbsrtxteqqt/iso.c3p

  • You can save the X co-ordinate and the current volume at local storage.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hi, please upload your project so i can check what is going wrong.

    With my example all 15 enemies are appear yes.

    Maybe you set bigger number than layout and enemies spawn outside of your screen.

  • What are you opinion about this tutorial?

    I think is better to rewrite it using 2 sprites "Host" and "Peer" instead of the same and only one sprite calling "peer".

    The past year im trying to understand this tutorial but im just dont get it who is the host and who the peer is.

    Is this a real issue or just my English are broken enough to not understand it?

    Tagged:

  • Try this one.

  • More details please.

    What are you trying to do and what is the result?

  • Here is the right place

    <?php

    header("Access-Control-Allow-Origin: *");

    What script you use for post data?

    Maybe there is a problem.

  • Hello.

    I just upload a beta version on play store and i was trying to download it but it says that the app is not compatible with my device.

    Anyone knows what is happen?

  • Here it is. I tried disabling the Fade effect as well but the issue's still there.

    Hello.

    Try to add another condition to "on collision with critter" "critter its not play c animation".

  • Hello.

    Im trying to setup my first non-consumable IAP to the game.

    At start of layout i run this

    And after i check for this

    I dont now if this is going to be work because im waiting for alpha test to going live.

    My questions here are:

    1) Is this setup going to work?

    2) After "on registration success" its better to store the registration in Local storage so the user can use it even if the game is offline?

  • Working like that.

  • Ill give it another try with RTT .

    If RTT >= 1 turn true

    Maybe this gona work.