Same objects, different frames, same MovieClip

What I want to do is rotate the objects (LabelXSprite) which are in different frames of same movieclip (labelMovieClip):

The structure is following:

LabelMovieClip
frame1:

  • Label1Sprite
  • Label2Sprite
  • Label3Sprite

frame2:

  • Label1Sprite
  • Label2Sprite
  • Label3Sprite

frame3:

  • Label1Sprite
  • Label2Sprite
  • Label3Sprite

I’ve already tried with suggested senoculars Event.ADDED procedure (http://www.kirupa.com/forum/showpost.php?p=2113726&postcount=358), but does not produce wanted results (it still randomly selects which LabelXSprite it rotates, I don’t know why).

What to do, or what would be a cool alternative concept. Thanks for suggestions!