Hello,
I have several graphical elements (50+) (rectangles) and I want to show and change color according to interaction (e.g. onTap) at different dates.
The status of the interaction is actually stored in an array.
How can I update / call all the graphical elements at once in an efficient way (without calling each graphical element)
How to call the onUpdate function out of Delegate.mc or do I have to update the view out of the onTap function?
How can I represent colors with numerical values (not hexadecimal or text)?
A small example and some general explanations would be great!
Thanks!