lionz's Forum Posts

  • Hello!

    Has anyone tried this before and can offer a quick easy answer? How do you set a path in pathfinding to an object that has a specific variable set. Usually i just use Set path to object.x,object.y but I would like to find a path to an object that has i.e. IsFull set to false.

    Thanks

    plinkie

  • Hello,

    I noticed that nobody has obtained Blog Plus One in over a year. Has the google +1 option been removed from blog posts? I can't see it.

    Cheers,

    plinkie

  • If you don't receive a response, post in here

  • Redownload from same link above! :)

  • Try setting the value of letter progress instead of adding to it so that 1st letter pressed = set letterprogress 1, 2nd letter pressed = set letterprogress 2 and only have the sequence run when letterprogress = 6. Then, to ensure you can't just press the final letter for letterprogress = 6, set up some conditions so that, for example, 2nd letter can only be pressed if letterprogress already = 1, 3rd letter can only be pressed if letterprogress already = 2. Remember to set letterprogress back to 0 when the sequence is initiated.

  • What kind of logic did you set up to be able to draw shapes?

  • Redownload and it's fixed.

    Also, the reason why it was stopping is because BossMove making it move left can be set when BossMode is making it move right etc so it moves left/right at the same time hence static..

  • Ohh right you wanted it to be random movement. I just made it go left-right without stopping unnecessarily. I will look into the random movement give me a sec..

  • bike

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Too many conflicting events, fixed here

  • Isn't the fairy just finding path to the player so the distance between the fairy and the player is the same as the path length, or am I missing something?

  • Just saw this in my twitter feed haha. Nice game!

  • Yeah that's good when you're working on your own. A GDD isn't really made to remind you of your own ideas...it's so that a team has the same collective vision for the game.

  • Is the problem here that you can enter the 6th letter 6 times as part of the sequence or that you can enter the first 5 letters correctly and then press the 6th letter 6 times i.e. the sequence doesn't reset?

  • 1 layout for each level.