I have an object(white circle) being spawned when the user clicks, like a mini-game drawing program. It spawns a new instance of the object every second and the user can select a color which is then put into an instance variable on each circle object. This variable(string) then dictates how C3 re-colors the white circle using rgbEx255.
PROBLEM: When returning to the layout all of the white circles are colored the same and do not retain the string value that was set upon creation. They all use the Persist behavior and the position and IID remains the same but the variable does not and neither does the color(using color param).