Discuss Scratch
- Discussion Forums
- » Bugs and Glitches
- » addition
- pigeon_cyber_truck
-
Scratcher
1 post
addition
My browser / operating system: Windows NT 10.0, Chrome 144.0.0.0, No Flash version detected
hi, when i do an addition problem like tell me the first number you want and add and then tell me the second number if i do it with any number besides 6 it says the correct answer for example 4+4 but when i do any addition problem with 6 for my math game it has the same value as the other digit for example if i said 5+6 it should say 11 but but when i do it with the six it will turn the six into a 5 and the answer will be 10 and it does this when you add 6 with any number it just duplicates the other number.
If you want to look at the project heres the link https://scratch.mit.edu/projects/1279565218/
hi, when i do an addition problem like tell me the first number you want and add and then tell me the second number if i do it with any number besides 6 it says the correct answer for example 4+4 but when i do any addition problem with 6 for my math game it has the same value as the other digit for example if i said 5+6 it should say 11 but but when i do it with the six it will turn the six into a 5 and the answer will be 10 and it does this when you add 6 with any number it just duplicates the other number.
If you want to look at the project heres the link https://scratch.mit.edu/projects/1279565218/
Last edited by pigeon_cyber_truck (Feb. 14, 2026 21:30:06)
- cookedasparagus8
-
Scratcher
1000+ posts
addition
The “answer” block takes the last answer you gave.
You can fix this by making two variables: num1 and num2 and setting them to “answer” after the question is asked.
You can fix this by making two variables: num1 and num2 and setting them to “answer” after the question is asked.
- Discussion Forums
- » Bugs and Glitches
-
» addition