mcmcom
06-14-2004, 02:45 PM
I inserted a scrollbar component into my movie.
The scrollbar contentpath is a reference to a MC i have in my library.
The MC is 3 Frames.
Problem is, the scrollbar only shows one frame. I have buttons on my
stage that make my MC go to the nextFrame, but the scrollPane does not show it.
I tried this to redraw the pane after the frameChanges
this._parent.scrolly.refreshPane();
this._parent.scrolly.redraw();
It in effect DOES re-draw the frame, but it just shows the first frame as usual. Is it possible to show more than one frame from a mc in the scrollpane, if so, how do i do it. If not, what can I do!!!!! LOL
Thanks in advance
MCM
The scrollbar contentpath is a reference to a MC i have in my library.
The MC is 3 Frames.
Problem is, the scrollbar only shows one frame. I have buttons on my
stage that make my MC go to the nextFrame, but the scrollPane does not show it.
I tried this to redraw the pane after the frameChanges
this._parent.scrolly.refreshPane();
this._parent.scrolly.redraw();
It in effect DOES re-draw the frame, but it just shows the first frame as usual. Is it possible to show more than one frame from a mc in the scrollpane, if so, how do i do it. If not, what can I do!!!!! LOL
Thanks in advance
MCM