lionz's Forum Posts

  • There is a condition on the Mouse object 'mouse button is down'

  • Nice! It's like that game Vampire Survivors I guess ?

  • You could still use Construct 2, and as far as I know you can import the capx into Construct 3.

  • It's always been this way and I was told intentionally so. Maybe the mouse only detects <canvas> objects. The button has its own click condition you can use though.

  • Since the logic you are going for is enemy following the player then use the Pathfinding behaviour. The enemy won't get stuck on walls with this.

  • Ok so as I suspected, it is working. To block out the E press you can do it a few ways, probably the best way is to add a condition appletext_index=0, this way it is blocked out until you do a reset later and set it back to 0 for a new bit of dialogue.

  • Got it guys.. im sorry if it sounds bad. Just kind of frustrated when cannot find the right answer for the problrm.

    i should refer to the manual more often after this.

    thanks!

    Feel free to post a new topic in the How do I ? section

  • Yes I understood all this, my point is that we can't see what you are doing with that variable. It should be set to false before they pronounce, then set it to true when they do. None of this is in the screenshot. Then when pronouncecorrect is true it will go to the next bit of dialogue. If that variable is set to true then it will go straight to the next bit of dialogue without the pronounce. So you don't need these extra bits like signal. Also what is the outcome at the moment when you try it ?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I don't think you need that signal. Aside from that we don't know what you are doing with 'PronunciationCorrect'. It needs to be set to false to allow the waiting, if it's always true then this logic won't work.

  • There must be some kind of ethical limit about charging people for a plugin which is just an instance variable that already exists in Construct

  • "I took off the "load" events and replaced them with "go to layout". This way the blocks I edited showed correctly."

    So it was the loading of the save game as mentioned ?

    For the other bits I don't really understand the question. You are loading games, restarting and going to layouts but I don't know why, that will be up to you to decide I guess.

  • Event 55, it says set highscore to score without any condition, so it always changes the high score even if the score is lower.

  • I'm talking about a save game. You posted here recently where you are loading old save games with events. If you disable the load game from save slot events, does the issue still happen?

  • If it gets reverted to 0 after a game over, then at what point is it saving correctly ? Because after a game over is the only time we see you save it. I would maybe share the file at this point.

  • So did you confirm if it is setting high score correctly from local storage on game launch yet ?

    There is a potential bug if game over is set to 1 on game launch but my assumption is it's set to 0 and you set it to 1 when you die.