So this is the glitch:
drag out a
change [variable v] by (1)see the deafault amount to change by is 1
change [variable v] by (variable)now drag it out again:
change [variable v] by (10)it's now changed to 10???
Last edited by TRocket (2012-02-13 13:44:55)
Offline
Oh yeah! I wouldn't really say that that's a bug though, since it doesn't really affect anything.
Offline
It doesn't really affect anything in your script, so it isn't really a bug.
Offline
It's simply that Scratch doesn't try to remember previous values
Offline
You could always make a Scratch mod which remembered the values you inputted before.
Offline
The Squeak code temporarily inserts a 1 in the input at startup, but after resetting the numerical data (what you did), in changes back to the %n default, 10.
Offline