igortyhon's Forum Posts

  • Hello.

    Construct3 has examples for multiplayer with online chat.

    It can help collect student responses, this is the easiest.

    The second option is to collect responses on your hosting through a POS request. But this will require hosting with php support.

  • dropmefiles.com.ua/en/NSQfc5W

    This is a simple example.

    We move the wound if it goes beyond the object.

    Use the width and height of the object.

    Everything will be fine if the object is close to a square.

    If the object will have a more complex shape, then we will have to change the method of inflicting wounds.

    There is a second option we can use on the wound blending mode.

  • You can put a sprite with a round hole on top. It's just a disguise.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Check the position of the mouse relative to the position of the enemy before spawning a wound. And if it goes beyond its limits, change the position of the wound.

  • You do not have permission to view this post

  • You have default control activated in platforming behavior. That is why both the hero and the dog react to the keyboard.

    In your screenshot you are running the run animation. Then you move the dog one pixel forward in X. Then you wait 0.8seconds and reflect its sprite and move the dog 1 pixel back in X.

    This code cannot make the dog run.

    You don't know too much, you need to take a tutorial on youtube or read the examples from construct3.

  • Hello. Construct3 has a wonderful debugging mode.

    Please feel free to use it.

    Here is an example of your problem.

    We launch and pause, and in order to see everything better, we can slow down time. (Green)

    Then we look where the objects with which the hero encounters and dies.

    We see that object number 5 is invisible and has physics behavior enabled and motion enabled. This object falls down under gravity. Our hero collides with him and dies. (Blue)

    This is how the debug mode helped us quickly find the problem. For example, you can turn off his mobility.

  • Too little information.

    What browser, what version.

    Have you tried clearing the cache?

    It is better to attach this information to the question.

    Don't have these items? (in green)

  • It's working for me.

  • Hey, buddy.

    I have nothing against the Japanese language. I respect your country.

    But you are in the business of making games! I recommend you to switch to English only in C3. It's the industry standard at the moment.

  • 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