I'd like to have an object use a sequence of images when going in one direction, for animation and when going in another direction use another sequence of images.
I could technically have all the images in the same sprite object and carefully control when the frames show, but it seems a bit of a hassle. Having two sprite objects and destroying one and replacing it with the other seems a bit convoluted. Is there another way?