igortyhon's Forum Posts

  • It is more logical to put the team points in the first cell and sort by the built-in sort command.

  • You are using the default browser emiji, for the game it is better to upload your own icons as done in the example.

    editor.construct.net

    This will avoid some problems on different devices. And it is better to upload your own font too.

  • You have everything in one variable, the engine sees it all as a string, you need to split it this way or that way.

  • You put everything in as a string, that's not how it works.

    You insert the string you want, it must be in quotes then the concatenation operator & and the newline command.

    "string"&newline&"string"
    
  • "Welcome to the Meditation🧘area."&newline&"👉More^"

    That's if you record through the event.

    And if you want to manually enter a text field in the editor, then shift+enter = move to the next line.

  • I realize it's not as convenient as using a special utility, but don't tell me it's not possible. Everything is copied and pasted without problems, and these arrays do not have to be in a folder, you can just paste them into the root with the objects, or create the folder names you need, it's for convenience.

  • Hi.

    You need to check that in the second game that all variable names and layout and object names have unique names, then just copy the layouts and event sheets to them and paste into the first game and save.

    This can be done quite quickly by hand. No one will add such a function of merging source projects on purpose, it's a strange request.

  • Hi. I always open the editor on the link, so I can guarantee that my project won't become unnoticeably higher level. I got this habit before the LTS versions.

    For example

    editor.construct.net/r407-2

  • Try running in incognito mode.

    Most likely plugins or cache.

  • Hi. In the game itself code Construct3 is the same as in android there is nothing complicated, just registrate the product and then we can buy it, only need to add a button to restore purchases, Apple requires it.

    And to make it all work, you need to add these products in the Xcode before building.

    I myself watched a video on youtube recorded by some Indian guy in broken English, how he does it.

  • I use a lot of ad networks, not just admob. And almost all ads ignore the mute command sent by sdk. The user can reduce the volume so that the ads don't shout, the developer can't influence it.

  • New video story, part two.

    Subscribe to Construct videos now
  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • You have it done correctly, after clicking on the “intro” button the map starts with sound.

  • You're doing everything right, it's the browser itself. Some browsers require an action from the user every time they start, and some remember only the first launch.

    It's not possible to solve this directly, so I make a start screen in the game that requires a tap to continue or a choice of control type.

  • New video story, part one.

    Subscribe to Construct videos now