igortyhon's Recent Forum Activity

  • + System: Sprite.Count = 0 -> (no actions)

  • Are you going to make such a huge section of the map with one tile?

  • construct.net/en/forum/construct-3/how-do-i-8/save-current-state-163694

    It is possible. Here is a discussion of a similar issue.

    There is an example there.

  • This will be problematic with the ready-made turret behavior. After all, this object is already in the turret's target database and until it is destroyed it will be active as a target.

    For this to work well we need to control the aiming and firing of the turret ourselves. And there already check the life of the enemy before the shot.

  • ....

    Is it a bug with the function, or am I doing something wrong? Or is the issue occurring because there is a repeat thing going on inside the function?

    - No, it's not a glitch, it's just that my function is executed instantly, it just sets the spawning parameters, and then the code inside the group runs continuously until it is executed and disables the group itself.

    - And you just use the glitch when you add lupindex to the wait. And your function is executed for several seconds.

    Unfortunately, I didn't see your post with an example and didn't understand that you want to throw cubes from above.

    I redid the example, now it throws cubes. There is a function that sets the parameters of who spawns and how many and there is a block that is responsible for spawning.File

    - Remember in Construct3 all functions are executed instantly.

  • I hope I understand your purpose.

    I think this is the final result so the towers should grow parallel and at the same time.

    The number and speed should be adjusted and the height should be adjusted.

    I will take the liberty of suggesting a smooth tower growth, I like it.

    We can choose the height, speed of growth and position.

    To optimize the heaviest events I hid in a group that disconnects after the completion of growth.

    File

  • I think I understand what you want, I'll think about how to make it pretty and reply in that thread.

  • Here is a variant using a timer, it can be used many times and put into a spawn function with customizable parameters.

    We spawn the object that is responsible for spawning, and after completion we remove it

  • You can't do that.

    You will check the lupindex and it will always be zero.

    Use the first method from the screenshot and customize it for yourself.

  • It is interesting to repeat some mechanics using video as an example.

    A text assignment can always be understood in different ways.

    The toolkit should be complete, what you write without using behaviors turns the challenge into a programming competition. Competitive olympiad solutions are very rarely used in practice.

    I read your example assignment and realized that I am not interested in this kind of work at all.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I find the first option to be more correct and flexible.

    The second option according to your conditions, but it is a crutch.