lionz's Forum Posts

  • Did you write the logic in your capx because it's a one line fix that's very easy if you wrote the events...

  • If you think you are having a memory issue that cannot be resolved then probably post your capx and the necessary details in the bug section.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hello!

    Is level 2 a new layout? Does it definitely load level 2? Is your character spawned in the second layout or are they already placed? Do you enable platform behaviour in level 1 but not in level 2?

    It's probably a very easy fix but I can't see what you've done.

  • You do not have permission to view this post

  • The last level being 3 right? Seems fine. If you select WIN then it saves. If you select FINISH to go back then it does not save, but this never works on any level because you only have the save to array logic under the WIN. I assume this is intentional?

  • Can you better explain the issue? It seems to be working fine and I tested it for ages. What are the exact button press steps that are not saving for you?

  • You can put an imagepoint on the bottom of the object and pin to that.

  • You can use this plugin to display the date :

  • And for OP...fixed?

  • The link to the image doesn't work but I imagine it is simple, you set the size of the button based on its position.

  • You could check that you've bought it by setting global variables, or possibly using an array. Once bought you just create the sprite or change the animation of the money.

  • You do not have permission to view this post

  • Ah very nice, I made an attempt but I couldn't do it that well, I'm more of a debugger than a maths wizard.

  • Well my method would work if the angle was predefined and wasn't open to change. Sounds like you want it to update the cue's angle constantly based on the angle that themouse is moving at so I guess yeah you'll have to do some maths here and calculate some angles. Good luck! xD I'm sure someone could come up with a solution tbh, maybe I could after some sleep.

  • If you've made a loop that creates all possible combinations of words that can be made with 6 letters then I think you've already done it? Or did you mean tried and failed..