Pages: 1
So here is the thing that changes the variable, trust me 3d is started during testing:
http://tinypic.com/r/2qs3xfo/4
Then I have these scripts that change up a variable by .5 every time. The thing changes sizes but does not change the variable here is a pic of the script, please not lagless up can equal one through 5 i have diff scripts
http://tinypic.com/r/2vnht89/4
Offline
[note: i only looked at the second link]
both your stacks here trigger when they receive "up", you could combine them; i don't know but they may be interfering (active stacks will be outlined in white when you run your program if you want to check).
in the first stack, you cannot reach the
change [Up v] by [.5]block because the highest level if block of the stack is only cleared if Up is greater than 16 and the if block with the change block in it is only cleared if Up is LESS than 16 - so it's unreachable.
Offline
Pages: 1