Kashin Ginn's Forum Posts

  • EpicRaid

    The link ONLY works when signed out or in incognito mode.

    This might imply it's related to account or session handling, or even something recently integrated in your game that is no longer working.

    Why don't you report it here?

  • Squibble

    Yes, it can be evaluated every tick, but that comes from how the event sheet runs and not from the condition itself. In your case, the animation kept looping because the event was running every tick, so the condition was being checked every tick.

    Anyways, the point was that the description of the condition shouldn’t be changed. This applies to all normal conditions, like “Is visible” as well. They’re just state/comparison checks. They don’t define when they run, only what they check.

  • If it's not too much trouble, is there anyway to change the "Is overlapping" description to "Object: Select the object to test every tick for overlap with."

    This is not how it works. "Is overlapping" is only a condition check. It will be evaluated whenever the event runs. Note that the event sheet runs all events in top-to-bottom order every tick.

    If you place it in the event sheet without any triggers, it will run every tick. If it is placed under a trigger, it will run only when that trigger fires.

  • Try this...

  • citron2010

    Hey, I’m not fully sure why you’re using a Tiled Background for this.

    I’m assuming you’re trying to place multiple sprites side by side to create some kind of board, and maybe you’re worried that having too many sprite instances on screen may affect performance, especially if the original sprite is a larger size.

    Another option could be using the Drawing Canvas object... you will need to paste the updated sprites (after you created and resized them) onto it , then destroy and clean up the sprite instances from memory. There might be a slight delay during this process, but it reduces image memory usage since the sprites are already resized before being pasted and destroyed

  • You can do this...

    It creates a new animation called "load" and based on the variable it will load on the first frame else on a new frame without replacing the original frame.

  • If you choose to ignore AI, you’ll miss out on its benefits and see your work purely as art. Unfortunately, sooner or later, AI will inevitably replace much of this effort.

    We either adapt, or we choose to avoid it and let other game-making platforms take the lead. Construct 3 will be left behind if we cling to doing everything the traditional way.

  • You do not have permission to view this post

  • Having a tool to help you... why not? Game making will be easier, faster, cleaner and much more optimised.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hello and welcome! :D

  • DiegoM

    Thanks, it has already been filed from my side.

  • This looks like a bug. I was able to make it much more visible by increasing the time scale and updating the speed of the movement.

    Bug reported here

    Hodge Podge

    But I also added another example which uses the hierarchy and sine behavior in the project. It's up to you if you want to use it or wait for DiegoM to fix the issue.

  • Nice graphics! I found a small bug though; if you shoot the first enemy before he turns, the game gets stuck.

  • Could you be a bit more specific? Upload an example.

  • This item was deleted

    There's no way to verify the issue, unless you upload your example