Sidock's Forum Posts

  • Thanks for the info Lennaert, i've learned a bit of json it may work for my problem.

  • Hello, don't really know where to make suggestions so ill put it here.

    I want to suggest a think that from my experience it would help a bit mostly updating games you already made.

    Making Sprites variables the possibility to be globals and don't reset when for example you release a new update for a game, and you have a family for Upgrades, where every Upgrade sprite stores variables as Level Cost and so on, but in this update you added some new stuff to this system and had to change the UI a little bit, you have to:

    -restart the layout when the game is loaded (which resets the variables of sprites)

    or

    -manually change every thing you changed in the code for it to update as soon as the game is loaded (which is very time consuming)

    Restarting is a very fast solution for it but you can't really do it because u need the Persist behavior for it to don't reset the variables but this makes also the UI don't change

    or maybe there is something to solve this that I don't know about or maybe some 3rd party plugin that does this ?

    I don't know if I made myself clear with this so if I don't I'm sorry

    Thanks !

  • Im updating some of my games and the Persist behavior is giving me some pain, i want to know if it's posible to restart the Layout restarting the position of the objects with "Persist" but the local variables to remain the same.

  • Thanks a lot, it worked, just bought you a coffee, you are really awesome thanks for helping everyone all this years

  • Hello recently I made a game with a scrollable menu where u can scroll using the mouse scroll but when you scroll then the website also move is there a way to only do it inside the game and don't affect the website?

    The game I'm talking about: crazygames.com/game/pumpkin-clicker

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • So yeah here are the games.

    MINER VILLAGE

    crazygames.com/game/miner-village

    AIRSHIP ESCAPE

    crazygames.com/game/airship-escape

  • Hello,

    I'm making an idle game and I want to implement a Buy Maximum upgrades possible

    the thing is with each Upgrade the cost increases to round(UpgradeCost^1.12)

    how do I calculate how many upgrades I can do with the current amount of currency ?

    Thanks.

    Tagged:

  • Oh, this will help me a lot, thanks didn't knew about it

  • Hello, I'm currently doing a Website in construct ( just trying things )[I'll share with you when finished]

    I want to get a webhost to try some features out and see if they work

    Do you guys have any information about some good web hosts or some suggestions ?

    Thanks.

  • Thanks <3

  • Hello.

    How can I properly restart a Layout for every Peer in a room when the host press a button?

    The game is simple the once you enter the room and go to the game layout, the host creates objects and place them in boxes, I want to restart the layout and empty the boxes to put the objects in a different place.

    Thanks !

  • It works perfectly, Thanks.

  • Hello.

    I'm making a game about about candies :)) and in the shop i use text for the player to see the price of the upgrades and it goes like : " This item costs 500 candies to unlock " and i want to make "Candies" other color than the rest of the text, is it possible somehow ?

    Thanks <3

  • sidock.itch.io/tik-tak-boom

    so yea i made this game for a game jam and i want to share it with you