igortyhon's Recent Forum Activity

  • I use console very rarely only when I need to check something in mobile game preview. Construct3 has a great mode to run in the debug mode, there you can see variables, arrays and much more, you are not programming in Python to constantly output something to the console. This is my humble opinion.

  • Here is a crutch method by points, of course the more points the more accurate.

    fex.net/en/s/0ylzezs

  • Hi. It all depends on the overhead.

    If you need to calculate 60 times per second, then I would recommend to apply overlapping objects to primitive shapes, for example two circles, it is easy to calculate the area of their contact or rectangles.

    If you need to calculate 30 times per second or less, you can use more accurate methods. I would use the Montecarlo method.

    All these formulas are available online.

    Probably you can use the built-in methods of Construct3 itself, for example, place 10 image points on the object and check how many of them will be above the overlapped object. I think you can still come up with a couple of crutches.

  • This is a very handy tool, and along with a brief description of each function, it helps a lot when working with the engine and any plugins.

    When composing expressions, you can not just type them in, but find the necessary ones, as I have shown on the screenshot.

  • Hi. This method doesn't work?

  • Here's an iteration of that:

    https://www.dropbox.com/scl/fi/jrr6hko1kq0xwy77mqxr4/tetherObjects_noDragging2.capx?rlkey=bbk65nj0emtv594scaklirpa2&st=l280easa

    R0J0hound You got a very cool example!!!

    I put exactly your variant in my source, thank you!

  • Hi.

    I've already had someone ask me about such a rope between players, I've put together a minimal example, maybe someone else will find it useful.

    File c3p

    P.S..

    I've changed the source, the version that came up with user R0J0hound is more cool.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • An archive with an example.

    kibaga.org/c3-example/file_uploads/index.php

  • In fact, things are different from what I had understood.....

    Maybe you should find someone to solve this problem for you, I'm sure that any API has documentation and an example of how to use it, not the pieces you give here.

    Perhaps there is a colleague who is free now, I don't have time to solve your problem. I thought some general advice would help, but I see that in this case someone needs to sit down and do the work.

  • I have a question about how to work with returns. How do I check if the message is equal to SUCCESS so that I can send the second POST?

    Посмотрите, содержат ли полученные данные необходимые ключи, и если да, разберите их.

    Construct3 имеет множество системных функций для разбора текста.

    EDITED:

    In your example you used URL as URL instead of the http address. Is this a variable that is not declared with the others?

    It's just a variable containing the address, you can insert a string with the site address.

  • I don't know how to help anymore, you just need to put together a small template and try it until you succeed.

igortyhon's avatar

igortyhon

Member since 22 Jul, 2020

Twitter
igortyhon has 14 followers

Connect with igortyhon