Well textures can be all frames of a single sprite animation.
Creating instances of the sprite, stoping the animation and setting its frame number to the desired texture would be the way to go.
You'd only access to that one sprite object and pick its instances.
If the textures sit in different sprites objects, than you'd have to wait for families.