Closed
Description
We sometimes notice (like in our recent Catch Game external play test) that kids have difficulty understanding and using negative numbers in Scratch, especially younger kids. Here are some things we've seen:
- Not knowing they can type the "minus sign" using the - key
- Not making the mental leap from moving a sprite forward using positive numbers to moving it backward with negative numbers (or other examples like making a sprite smaller by changing by a negative number)
- Not correctly reading negative numbers in blocks shown on cards and in the tips window, and copying them over into blocks as positive numbers
Ideas
Let's consider adding custom input widgets specialized for each field wherever possible. For numeric inputs that allow negative values, you could just drag the slider to the left to go below zero.