_parent target path

Hi All,

Targeting mcs is killing me. I have a mc called Jukebox on my main timeline. Within Jukebox is component code called JukeBoxClass. I am trying to reference a dynamic textbox (lyricsScroller) on my main timeline from my JukeBoxClass code. I can explain better if this is not clear. I thought the code would read something like this.


//this = JukeBoxClass registry of the component
//1st _parent = Jukebox mc timeline
//2nd _parent = main timeline
//lyricsScroller = my dynamic textbox on the main timeline

this._parent._parent.lyricsScroller;