Pages: 1
Topic closed
I do not know how to assignment the value of variable A to variable B in Scratch. It looks like that the scratch just support constant assignment.Anybody can help? thanks a lot!
Offline
try[blocks]<set{ B }to( <{ A }>[/blocks]or the other way around
Use this script:
Thank you all.I got a wrong understanding about <set{ }to( I thought the blank is filled only by constant .