Actually I have symbolsP1, symbolsP2, ... symbolsP4, and each symbol may be displaying a different frame, according to what I want each one to show.
I will also have several boxes (which is the container spawned) on the screen, that is, each one with a different ID and I need to control each of the frames of the labels that are inside these containers, which will show different frames.
e.g.
box.id=1 : label1 = frame 1 / label 2 = frame 3...
box.id=2: label1 = frame 4 / label 2 = frame 1...