If I setFrame(1) and play() a sprite, it animates as expected.
But if I SetFrame(2) and play() is doesn’t animate.
Sprite setup
{ name=POSING, start=1, count=13, time = 100, loopCount= CORONA_LOOPFOREVER }
I’ve seen this question posted before and it was never answered.