winstreak's Recent Forum Activity

  • I would have to see your actual code to try to figure out why it didn’t work with with the Boolean on the arrow.

    But on collision is designed for things like bullets and it only triggers once which makes it easier to work with. I believe you can even remove pick nearest while using it assuming you are destroying the arrow on the collision.

    But if it works that extra call isn’t gonna hurt performance any so no need to worry about it

  • You need to specify the pushable object.

    So on the condition side when you are about to push the object.

    Add something like Pick nearest pushable object from x: Hero.X y: Hero.Y

    This will grab the closest pushable to the hero.

  • I am at work so I can't dig into your code ATM. I do however have 2 videos I made that work with inventories and don't use Arrays. If Arrays are your problem, check out these videos and build one without Arrays ;).

    First:

    youtu.be/FdhFzrF1UhQ

    Second:

    youtu.be/Hrf8j0jliNU

  • Can I use a pin Behavior to attach the tail to the arrow

    Just make sure you dont destroy the pinned object when you destroy the Arrow

    or if you move the arrow

    unpin the tail first

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • The same amount of distance your moving all of your arrows at

  • Layer's will not mess with Overlapping behavior

  • Click on the sprite. Add an instance variable.

    Right under Name there is type. Change that from a number to a bool.

  • create a sprite that looks like the long arrow tail.

    Move the Origin to the Center of the top of the sprite.

    When you need a long arrow.

    You will Create - Normal Arrow

    Create - Long arrow tail.

    Set the length of long arrow.

    You will need to make the arrow move with the arrow head.

    Once the arrow head is destroyed you will start reducing the length of the long arrow tail at the same speed it was moving.

    Once length is less >= 0 destroy it.

  • Can u help me? I did send a forum link before for trying to make working long arrows. I've been waiting for someone to help me, but I have gotten no response yet

    I am not sure what you mean by working long arrows

    Please post a new topic under How Do I. That asks for help and explains what you mean by long arrows. I will take a look at it.

  • This should walk you through what you are looking for and a little bit extra:

    youtu.be/dZlm-zF4lPg

    Have fun!

  • I have never used pathfinder and platform together, the issue probably lies in that.

    You can make Flaugus move with the Platform tool instead?

    I can take a look into the specifics when I get home today if you don't have it figured out by then

  • discord.gg/KpF7ucXH

    Do you have discord? It will be easier for me to respond while I’m not at my desk

winstreak's avatar

winstreak

Member since 4 Dec, 2019

Twitter
winstreak has 11 followers

Connect with winstreak