So I can do:
Array Current value = Sprite1.animationFrame (action)
Array Current value = Sprite2.animationFrame (action)
Array Current value = Sprite3.animationFrame (action)
But if I not use the "for each element"? if I need to set a frame using an array value? Can I do that:
Sprite3 Set animation frame to Array.At(5)
If so, I don't know why it's not working too.