PDA

View Full Version : Scrollbar Component and multiple frames


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

Billy T
06-14-2004, 11:34 PM
try

yourScrollPane.content.gotoAndStop(2);

mcmcom
06-15-2004, 01:30 PM
Thank You Thank You Thank You

Billy T
06-15-2004, 05:38 PM
ok ok ok