You should get the = from the Operations menu, the variable from the variables menu (drag the name of it into the = block) and then just type the # in.
If you want the project to constantly check the variable for equalling the number, it is best to use a forever block. For example:
<when green flag clicked>
<forever>
<if><( <{ Variable }> <=> 1 )>
<broadcast[ lol ]
<end>
<end>
Did I explain it well enough?
Last edited by ma88hew (2009-12-27 16:40:44)
Offline
You can also use a wait until block - but use the right way for what you're doing!
Offline