edsonkirchhof's Forum Posts

  • Subscribe to Construct videos now

    this is how the farm system was =)

    Now I intend to make other mechanics

    Of course, you have to improve a lot the graphics

    1) Day and night system

    2) System "survival" of the protagonist "energy, health, hunger, thirst, etc"

    3) A start menu

    4) A crafting system

    between others

  • Easy just add invert condition of 'mouse is over terra' which executed as mouse isn't over terra.

    It worked, thank you very much xD

    I feel stupid now, it was really simple

  • I still have the problem of being able to continue plowing land on land, I'm trying to use the same logic to create a variable to avoid this, but it's not working

    I need to create something like "if the land has already been created, it cannot be created again on another land"

  • You add an instance variable (boolean) to the land and when you create the seed you set the instance variable to true. On the left conditions you add 'variable=false' so you can only plant if it remains false.

    I did it this way and I got it now, thank you very much

  • Thank you so much for replying, I thought no one would answer =(

    I tried to do what you said, but the same thing keeps happening =(

    Yesterday was the first day I started working on construct 2, most of the errors that happened I managed to solve, except this one

  • I made a planting system but I don't know how to prevent it from being able to plant more than one seed in the same land

    I don't know how to put it, but it should be something like "if the seed is in the ground, you can't put the seed"

    Tagged:

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I made a planting system, but I don't know how to prevent it from being possible to plant more than one seed in the same land

    I don't know how to put it, but it should be something like "if the seed is in the ground, you can't put the seed"

    Tagged: