igortyhon's Recent Forum Activity

  • kibaga.org

    Here's my website.

    I test games on google play first. Those that find players I put on web portals.

    On the mobile market you can improve and increase game metrics endlessly.

    On the web and Steam there is only one chance to get a good start.

  • Tested the server and build "apk" and "aab".

    The build server works fine.

  • It's not a Trigger. It will be executed many times . Even if the time is 0.

    Here are my events for the interstitial ad display. Maybe they will help you.

    I have everything happening after clicking the "next levell" button.

    You don't have to wait for the ads to end, they don't happen in every call. SDK itself decides whether to show it or not.

  • You can check the distance of each tank to the player yourself.

  • Hi.

    You can load the image into canvas and see what is in the right pixels.

    construct.net/en/make-games/manuals/construct-3/plugin-reference/drawing-canvas

  • Hi.

    You can use black canvas on top of the ghosts.

    When you move your finger on the screen in the canvas you can subtract a circle by the coordinates of your finger.

    Killing ghosts can be checked by the presence of a transparent area in the canvas above their coordinates.

    It will be possible to check the killing of ghosts in other ways, for example by checking the touch coordinates.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • In js, c3_runtimeBaseUrl returns the current url. You could extract the version from there :)

    Thanks.

    I used your tip and created a simple example of checking the C3 version.

    dropmefiles.com.ua/en/y9KCVL8As

  • I understand.

    Once I also upgraded the version of the game and third-party plugins were not ready for it.

    It took me a long time to change everything inside the archive. I kept thinking of Ashley!

    Maybe if you tag the creator of C3 they will show you how to use JS to output the engine version into a global variable. Or better yet, add it to system expressions!

  • You can't get C3 version from the game using standard means, maybe javascript means you can do it.

    But it will not guarantee against version upgrade. There will still come a day when before launching the project you will click save.

    The most reliable method is to run the editor by version link. This way it will never update itself.

  • editor.construct.net/r344-2

    Open the editor from the link.

    But I recommend that you periodically raise the stable version on which the project is being developed.

    I usually do this.

    I leave the save on the stable version of c3p and in the new version of the build project. If there are bugs, I always have an old save.

    For example like this

    GameName_00123_r3442.c3p

    GameName_00123_r350.c3p

  • This is an example of a simple leaderboard that allows you to add a new player if his name is not in the leaderboard.

    It displays the top 5 results.

    All data is stored in local storage.

    I hope you will understand the principle and do as you need.

    dropmefiles.net/en/KzvT85UaW

  • I don't have the expertise to explain how to do it.

    But I can do it with my own hands.

    Now I will make and post a simple leaderboard for 5 people.

igortyhon's avatar

igortyhon

Online Now

Member since 22 Jul, 2020
Last online 26 Dec, 2024

Twitter
igortyhon has 14 followers

Connect with igortyhon