I want an object to move to another position if a variable's value changes to a specific value?
Offline
I mean:
I want an object to move to another position if a variable's value changes to a specific value. How woud I do that?
Offline
How would I do the if variable = number? Wuld it be like this?:
[blocks]
<when green flag clicked>
<forever if<( <Level=1> )>>
<go to x
50)y
20)>
<end>
Offline
[blocks]
<when green flag clicked>
<forever if<( <Level=1> )>>
<go to x
12)y
44
<end>
Offline