Hi,
how do you select a specific animation frame tag using a loop.
I have a sprite with 15 frames and I want to set an array of width 15 to each animation frame tag.
I am trying to do this code
repeat 15
Set array at loop index to (sprite.animationframetag at loop index)
Thank you for your help