so this is what I have now I want to make like a Multiplier for my scoring
This my my Project
https://x.thunkable.com/copy/9534bb3d6ad03c0d625f609ec634d276
Hi AkiTetsuya,
Be sure to check out How to ask Great Questions v2.0, the Community Guidelines, and our Getting Started Guide to make the best of your Thunkable Community experience!
The use of the math blocks for multiplying the scores seems fine, if you are running into issues, we should look at Play X ScoreY text. Is that populating a number? From what I can see, you are setting those scores to 0.
If you’re looking to calculate scores, it is always best to start with a variable for each player and set that variable to 0. From there, you can increase or decrease the value of the variable (i.e. the score) and then use the variables to add up the scores.
As @matt_conroy mentioned, store the scores in variables. It’s not good practice to use a label’s Text to store your values. For one thing, if you ever want to save the scores after the app has been quit, you’ll need a variable or data source to do that.
I Confused, huh?
The Problem I am facing now is the Multiplier, it doesn’t work the way I want it
it doesn’t work now
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.