Dombrowski's Forum Posts

  • Most likely because it cant find a path, try to add a "Fail to find path" and see if that triggers.

    Yeah, it is! How to fix it?

  • Did you perchance disabled the pathfinding in the properties ?

    Here's my .capx, can you take a closer look? My game today went crazy, I didn't do anything. Gameover starts playing in the start of layout, I can't understand why. Yesterday everyting worked fine. And yeah, maybe you'll help me how to make tank shoot single shots? Because it's shoots as many times as you press.

    https:// drive.google.com /file/d/0B3Iu4HpEXzMaYTNfeGs2X2RpSGM/view?usp=sharing

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Did you perchance disabled the pathfinding in the properties ?

    Nope, it's enabled

  • The object is continually looking for a new path ..... not getting a chance to actually find it.

    Remove the every 0.5 and the repeat amount of times .... and make that a trigger once.

    Then add

    "on pathfinding arrived"

    find path to player.X, player.Y

    Nope, still stands

  • So, I tried to make him follow player by myself and then watched many videos. The problem is I made everything just like in tutorials and still can't make him follow the player. What's the problem?