Hello...I'd like to lower the value of one variable based on the value of another variable. What I have seen so far Scratch offers the command 'Change variablename by ...' but this seems to only increment the value...I want to decrement. Make sense? How would I go about this?
Thanks for your time...
Offline
Change variable by -10
or
set variable to variable - 10
both work.
Offline