Basically I have 4 copy and pasted sprites, and I want it so that after 1 second of them moving, the system picks a number of 1-3 and they move to an area depending on the number, for example, if 1 is picked, I want it to go to the bottom of the box is the bottom while 3 is the top. I am fine with either they all spawn in the same line or they all spawn in different areas. I added an instance variable and I made it so that if the value is one, it goes to the bottom and vice versa, but the problem is I don't know how to make the system pick those values and it seems that the system is reading the variable since if I click on it, it says that the value "varies", so it knows that the variable changes, but it is just not changing it