EliasGames's Forum Posts

  • You're right, it should be with real time

  • Thanks

    I'm going to try it later

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I think there is one. If you make double-click and then add the CocoonJS object, then you can add Events wich are for Game Center.

  • Great! Thanks!

    But only one question:

    If I plant something today and save the day/date in a variable and then play tomorrow, doesn't it load the date if tomorrow?

  • Oh, sorry.

    It is this one:

    I need to save in a variable the date on wich the fruit was planted and then check on every 1 second if the day, on wich it was planted, is one lower then today.

    So if I plant the fruit today, it have to check if it is tomorrow and if yes, it can be harvested.

  • Does anyone know an answer?

  • Oh sorry

  • Thanks, but I want to check if something is not on collision with one other.

    But I already found out, how to do what I want.

  • Hello,

    I need help again.

    I'm making a game like Harvest Moon (a farm simulation), but I want to use real time.

    I found a plugin for checking the real time, but I have a problem now:

    I need to check if it's the day later then before, but how can I do this?

    So if you play today and plant something, then tomorrow you can harvest it.

    I thought about using variables.

    I hope someone can help me.

  • Hello,

    I need some help with making my game:

    Is there a way to check if a objekt isn't on collsion with any other?

    In my game you can create a new object on Player.X and Player.Y coordinates by pressing a key. I want, that you can only create a new objekt if you don't have a collision with any other objects.

    I hope someone can help me and I hope you can understand what I'm talking about