Deanomyite's Forum Posts

  • ok I don't know how I got it working but it is. Now I need help getting the Numbers to round up to next highest so i don't have 27.358823 as my total money.Also is there a way to get the price to show up inside the button and update there? I haven't looked for these answers yet but you seem to know what you are doing and would save me time. thanks for the help so far too

  • What you wrote makes sense to me but trying to implement it isn't going well. I wrote System|variable name = 25=25*1.05. is that what i needed to do if i was trying to make $25 increase by 5%?

  • I have a button set up that I want to increase it's cost each time it is clicked by maybe 5%. I've searched but can't find anything on it anywhere. Right now i have it set at a fixed cost and have 10 sub events to allow it to be clicked 10 times but I also want it to be clicked as many times as they have money to buy it. I'm not looking for someone to do everything for me, only point me in the direction needed. thanks

  • I figured it out and Thank You so much for the help.

  • I am really new to all of this so can't even figure out how to provide the capx. the best i can do is write it out. global number Money =0. 1) Event: System/ every 1 second, Action: System/ add 1 to Money. Text / set text to "Money: " & Money 2)Event: System/ Money equal or greater than 25, Action: Button2/ set visible 3) Event: Button clicked, Action: System/ add 1 to money 4) Event: button 2 click, Action: System/ Subtract 25 from Money.

    I hope you can help from what i provided here because I tried what you said but couldnt see any way to make an event stating if "bonus" = 1

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • i have a global variance named Money. I have system adding 1 every 1 second. I have a button to purchase an upgrade that is supposed to add 100 to the "Money". Now the part i'm stuck on is I want that upgrade to continue adding 100 to the global variance every 5 seconds after the upgrade purchase. So I get 1 money every 1 sec and 100 money every 5 secs, if i purchase another upgrade it should add yet another 100 to the Money count. I've searched here in forums and youtube videos about Looping but I haven't seen anything that shows what I need to make this work. Can anyone point me in the direction I need please?