✅ Trying and learning WFO
Been messing around with toolbox and thought about making a cookie clicker type of game. Its still in the very early stages as im experimenting. But I got stuck here after multiplier does not add up.
3 Replies
It's kind of hard for us to figure out what this should be doing, particularly as your controls are called "button1" etc
The only place you increase the multiplier is in
private async Task button1_Click_1(object sender, EventArgs e)
which is randomly async Task, which isnt a valid event handler signature iirc
there is also no awaits in it, meaning it deffo shouldn't be async Task
@DDmax500 do yourself a favor, and give your forms and controls meaningful names.