Asmir13's Forum Posts

  • 5 posts
  • Man you make it look easy :p Is there a way I can set it to buy only 10 instead of 10.2454578784?

    How long have you been using construct ?

  • I have something that goes

    Click on egg to get 1 egg

    Buy baby chick for 10 eggs (makes 1 egg per second)

    Buy chicken for 100 baby chicks (makes 1 baby chick per second)

    Buy pen house for 1000 chickens (makes 1 chicken per second)

    and so on...

    But very fast I run into a problem where its impossible to spend all my eggs. How would I go about creating a buy max option.

  • Worked like a charm. My brain stopped working and I only figured I could use numbers instead of other variables. Thank you very much sir.

  • Instead of adding 1 to egg add chicken 'count' to egg

    Not sure what you mean by this. Sorry I am a complete noob.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Basically I am still learning and would like to create a guide for my self.

    Lets say I have a sprite called (egg) if I click on (egg) it adds 1 egg to the global variable or local variable (whichever one will work for this)

    After I have 10 eggs I can buy my second sprite (chicken) which would add 1 egg per second to my global or local variable.

    Now my problem is that even if i buy 10 chickens I am only still receiving 1 egg per second instead of 10.

    How can I change that so that I get more eggs per second.

    I have tried the "for each" but cannot select variables only sprites.

  • 5 posts