JezusOfJordan's Forum Posts

  • when i press right on the d-pad it instantly jumps to farming time iii instead of going to farming ii then farming iii when i press again. i know there has to be a simple condition i can add to make this stop happening,i just don't know what. thanks in advance!

  • Ok so using the timer behavior I got it working perfectly and with much less events. Thanks again!

  • Thank you both for the tips. This is my first time trying to use instance variables with an object type that you spawn like this. I'll mess around with it and see if I can get it to work properly.

  • Not sure what I'm doing wrong here. Included are a couple pictures of different crops growing while drops of the same variety next to them not growing. Any idea why my code/ instance variables aren't working correctly?

  • omg you're awesome.it may need a little tweaking but it is now moving with the character and popping to the tile locations! thanks so much!

  • Yeah I'm sure it would be fairly easy with the correct calculation with the proper code but I am just dumbstruck by trying to figure out what the equation and line of code should be lol

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I envision having a selection square like this that targets a tile in a 32x32 pixel grid in front of the player. just don't know how to make it move around in said grid style.

  • I'm making a farming sim style game similar to stardew valley but I'm having trouble figuring out how to select specific tiles for for example tilling or placing items down. I want to make a grid style system but unsure where to even start. Any tips or ideas? Thanks is advance!

    -JezusOfJordan

  • kryptopixel i figured out a way to accomplish it in a different way using my hour variable and another variable together! Thanks for the suggestion anyway!

  • So I have my clock in game working perfectly and when I get to 5pm I want it to start getting darker. This is what I have but for some reason none of these events will run(even tho the initial "evening" event triggers when 5pm hits. I have gotten the ability to set layer opacity working when the hour changes but i want a smoother transition throughout the hour (each hour is 1 minute in game). Any ideas on getting this to work?

  • Thanks Plinkie! Worked exactly the way I wanted!

  • Looking for how to make a text object say, for example "current experience/max experience"(current exp. being 1 variable and max exp. being another). I don't want to use 3 separate objects to do it because I would like for it to stay exactly centered.