igortyhon's Recent Forum Activity

  • It's all wrong.

    You need to create a connection key for Android type services.

    And "SHA-1" is not the one that you got when you signed it, it's a download key.

    You need to copy the "SHA-1" signature key from the developer's cabinet.

  • I opened YouTube and in the first video the guy talks well about the connection.

    There he has his own plugin for construct3 but it does not matter what plugin. You need to understand the principle of how to do it.

    In general, when I first set up, it was watching some kind of lesson for Unity.)))))

    youtube.com/watch

  • When the authorization token for Android players was created (green)

    You inserted the correct signature certificate (yellow).

    If the assembled package is signed correctly, it should connect to services.

  • I don't see your first request to log in services.

    I see you trying to enter the exit trigger.

    Try adding a login request at startup.

    As in the screenshot (green)

  • Hi.

    -The in-app purchase and the google service are different SDKs and they are not related.

    -To get rid of this inscription you need to release a working version with google services.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Вы можете создать приватную переменную для спрайта Boss и переключать ее. Он будет реагировать, когда босс сейчас атакует.

    См. примеры для Constructor3.

    Вам нужно улучшить свои знания.

  • I will mark on the screenshot the events with which you need to be careful (red).

    For example you are checking if an object has left the sheet to delete it. If there is no green arrow next to the action then this event will be checked every tick about 60 times per second. But we don't need it that often.

    We can check once per second these objects and delete (green).

    And for example updating the text, you don't need to update the score every tick. You can do that after you get the score. Or every 0.3 seconds.

    And you can take that into account when building more complex games. On this small game, all of this optimization will not be noticeable.

    For example, I have groups with Boss behavior and they are inactive. But after spawning the boss I activate them.

    Of course there are events that have to be handled every tick and without this there is nowhere to go! For example the position of the camera and other motion objects...

  • You do not have permission to view this post

  • Hi.

    I've seen guys who added NFTs to their project on construct3 via javascript.

    But that project didn't become popular, so it's gone now.

  • It's because there are 4 player Sprites on top of each other.

    Exactly!

    You're right, I wasn't paying attention and didn't notice such an obvious reason!(

  • That's great!

    It's always better to find the problem yourself, it upgrades us!

  • It's hard to understand without code.

    Need c3p file.

igortyhon's avatar

igortyhon

Member since 22 Jul, 2020

Twitter
igortyhon has 14 followers

Connect with igortyhon