Hello again.
Could someone please help me out.
I have a bunch of different coloured blocks on the screen, each block has the variable "Name".
So I have ORANGE, BLUE, YELLOW, RED, GREEN.
Each block is part of the family "Blocks"
What I need to be able to do is pick out the block "named" say, RED from a bunch of other blocks and move it. How do I go about picking the RED block?
I've tried:
SYSTEM>Pick Blocks where Block.Name = "Red" > (Action>) Blocks>Set position (190,150)
But that resulted in moving ALL the blocks from the family to 190,150!
Cheers.