slide:pause() slide2:pause() print("slide.currentFrame:" .. slide.currentFrame) print("slide2.currentFrame:" .. slide2.currentFrame)
I’m using the code above and the sprite animation stops just fine and slide.currentFrame always returns the right value, but slide2 never returns the correct value. Is there some kind of gotcha that I’m missing?