Help with targeting scroll pane content
I was hoping someone may be able to help me out with a flash problem I am having. I am using CS4 and actionscript 3.0.
I have a movieclip that loads a scrollpane onto the stage. In that scroll pane I have some dynamic text boxes and some buttons. I cannot figure out how to reference those buttons or text boxes, can anyone help me out.
For example, the instance name of the scroll pane is TAQ_Score then the content loaded into the scroll pane is TAQ_Score_Sheet. Then the instance name of the text box is TAQ_Score_Name.
So I assume the reference should be something like: TAQ_Score.TAQ_Score_Sheet.TAQ_Score_Name.text = MyVariable;
This reference works fine outside of the scrollpane, but not when I put it into the scrollpane.
If anyone has any suggestions or knows what I am doing wrong, I would greatly appreciate some help.