Hi! I have SVG objects as icons and buttons in my app. I added an instance variable called ID which has a name of a layer in it. When I touch a SVG icon it calls a function to show the layer from the instance variable and then enables a Tween to highlight all icons on this layer.
This works find for all SUBlayers except one. I tried to rename it, i changed the number of SVG objects on it, I moved it up and down, added more layers, removed layers. But the 4 SVG objects on this single SUBlayer wont be highlighted with a Tween when I hit the button. But show/hide for the SUBlayer works, so I assume it's something with the SVG object.
I also have actions On Start of Layout to count the SVG objects on each layer and show the number of them in a text object. This also works fine for this layer. I can't find the reason why only this one layer does not enable the Tween for the SVG objects. Other layers with 2, 5, 6 or 100 SVG objects on them work perfectly fine.
Did anyone ever have a problem like this?
I can't use Copy as Text to post some code snippets right now because it does not copy anything.