So basically. Let's say we have the move () steps block.
I want to set the argument value to a variable (by hardcoding the value into the block - e.g. if the variable's value is 10, we would have move (10) steps, not move (var) steps) then add the block to a list. How do I do this?
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.