edsonkirchhof's Forum Posts

  • I have some layouts, and they do some things, I need everyone to keep doing their actions even though they're not on them..

    so if it was all just 1 layout..

    but me changing the position that the player fills the layout...

    would work...

  • how to let different things keep running at the same time on different layouts without being on those layouts?

  • How do I make a big layout and split it into several scenes with one camera? as in the example below

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • But it's not working

    shouldn't one of the 4 letters appear there that I randomly determined should keep changing?

  • but how do i do it?

    I want it to randomly set left, right, up or down for the object every X time

  • why doesn't it work?

  • what is the function for the object to walk randomly across the screen in 8 directions?

  • I don't know if you can understand, but I made my planting system based on variables.. when the variable is 1, it prepares the land, when it is 2, it waters that land, etc etc.

    is this the correct way to make a plantation system?

    I'll try to make the suggestion you said about the aim being in front of the character and not at their feet

  • I had previously given up trying by character to do things, because I can't find anything to study about it.. without the character, doing everything by touch I managed..

    But now I need to expand the game to other areas, and I can't, so if I had the character walking around the map, it would be easier

  • I made a touch based farming game to do the actions, and now I want to replace that with a character that interacts with things

    I'm trying to change some things, I inserted a character in 8 directions, and I need him to interact with the places to plant. water, paste, etc.

    The problem is that it doesn't work properly.

    Can anyone show me a way?

    this is the game i made

    https://edsonkirchhof.itch.io/fazenda

    I recorded the attempt to put the character with the controls on the screen, and such, but I don't know, it's all weird, buggy

    Subscribe to Construct videos now
  • You got it?

  • what is the most common way to create a system of transition between areas?

    I have the plantation area, and now I want to add the animals area

    what is the best way to do this? using layout? or..

    it ends up losing the settings..

    what is the best way to do this? bigger layout and zooming in areas?

    switch layers?

    https://youtu.be/7RZeiLJ7vKs

  • How do I organize my code to get only the top 10 scores?

  • As for the inappropriate words, you'll have to filter them out somehow. This has always been a little bit tricky, as people like to get creative with stuff like A$$ or A.S.S and such. Also you have to avoid filtering out common words like ASSemble just because they contain a no-no word. There's probably some libraries out there (https://www.npmjs.com/package/bad-words) or javascript code (https://stackoverflow.com/questions/56456144/javascript-simple-profanity-filter) but ideally you'd do that server-side and not client-side.

    And for sending scores every second, it depends a little on how the game is designed. But if you could e.g. only allow to send the score if it's a new highscore. Or there is some kind of timeout. Or it's only possible to send the score after a finished game.

    is there a way to log in with a social account to save the ranking? facebook example

    then I would get the person's facebook name

  • I made a code that sends and receives firebase data, according to the score, but how to prevent users from putting "inappropriate" words as name? and that they keep sending scores every second?