Is it possible to use multiple variables for one Sprite object?
I currently have objects selectable based on color. I have an action in place that sets the value of the variable “color” to = 1 to 6.
I also need another state of selectablity such as true or false. So new actions only affect "color 2" AND/OR true objects.
I can only figure out how to do one variable at a time.