Hello, I have a problem altering an instance variable. I've spawned 7 sprites on the layout, each with 2 instance variables. In a function, I pick a sprite with a particular variable set (var1 = 0) and try to change var2 of that instance. It never works. I've added a text field on the pick event and set the text to change if picked, and it changes, so I suspect the instance is being picked, but the var2 just stubbornly refuses to cooperate. Am I missing things?