igortyhon's Forum Posts

  • Hi.

    Ios and android use different identifiers, you need to have two different builds of the game for those operating systems.

  • You do not have permission to view this post

  • I don't understand anything, post the ".c3p" file and tell us what animation you're having problems with and we'll help you out.

  • They have an API you can work through it.

    help.openai.com/en/collections/3675931-api

    If you don't want to figure it out, there is a ready-made add-on.

    construct.net/en/game-assets/games/with-source/chat-gpt-3-openai-construct-3200

  • You do not have permission to view this post

  • Check where the pivot point "0" is on each frame, that's where the frame is centered.

  • Hi.

    Exactly which sprite is not removed on collision sprite or enemy?

    If you have small objects and high speeds, I recommend doing a step by step check. Here is an example editor.construct.net

    If only the laser is not deleted and the enemy is deleted then maybe you have several laser sprites flying around and they overlapped each other, it is easy to check this by adding an action to stop time after the sprites are destroyed. After the event time will stop and you can in debug mode to see what sprites are left more accurately.

  • Hi.

    Checked versions r379 and r388-2 in auto mode the file "workermain.js" is created.

    Have you tried putting "Yes" in the worker settings.

  • Hi. I don't know the optimal method, but I'll tell you how I did it.

    For an object, I created the object by name.

    System: Create object "Sprite"

    For the family, I used a trigger event to check if the family object was created.

    + Family1: On created

  • Try logging in from a different browser or incognito page. This happens when the cache is not empty.

    I also recommend that when uploading to the server always delete the old ones and then upload new ones. If you just do a replacement can also be a problem.

  • Right click the example - copy direct link

    Thank you. I know this method but it doesn't work on my latest version of Chrome for some reason. I checked the clipboard permission for the site is set. Why this is so I do not understand, I will try to look deeper.

    UPD

    I found the reason in the engine settings, that checkbox.

  • You can use the pathfinding behavior for that. Like this

    https://editor.construct.net/#open=pathfinding-groups

    Hi. Can you tell me how you get direct links to the example in the editor?

    (/#open=pathfinding-groups)

    I often give an answer to a question and I lack this skill.

    Thanks for your attention.

  • Hi.

    -You need to check the environment around the hero and if there are no enemies in the desired radius, you can disable the group where the enemy behavior is is CPU optimization.

    -It is desirable to break the world into biomes and when approaching the player to this biome we load the necessary graphics, after leaving the player from this biome we can unload unnecessary graphics from memory.

    In general, this is a very time-consuming process of planning and implementation, which does not pay off the game experience of the player, it does not give a big boost of player retention.

    It is much more rational to use caves and teleports to jump between layouts.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hi. You don't need to scale the canvas, you need to get the whole UI down under the banner. The banner may not always load, the user experience should not suffer.

  • Ideally use a clean chrome browser and the editor.construct.net link

    But you can in chrome top right click "install as app" button.