I am finding it hard to find out how to make variable values to never go above
50 or below 0 so i would find it very helpful if in scratch 2.0 to be able to do this but this is just one suggestion of extra helpful thing that could be improved in scratch
if this is possible in Scratch 1.4 please please please show me how to because that would be very helpful for my scratch project i have been working on for a while now...
GOodbAi and remember... IM A NINJA!!!
Offline
You can do this easily with the scratch blocks
if variable > 50
set variable to 50
if variable <0
set variable to 0
Offline
Yes, archmage pretty much summed it up - it's already quite possible with blocks already. If Scratch were to spoonfeed us the answers to everything, well, then we wouldn't learn anything, would we?
Offline