pixelwhore
09-28-2004, 05:46 PM
hi all
what I'm trying to do is attach a scrollpane to my stage then set a movieclip as its scroll content.
I've used the following to get my scrollpane on the stage
initialization = {scrollContent:section1, hScroll:false, vScroll:true, dragContent:false};
this.attachMovie("FScrollPaneSymbol", "myScrollPane", 3, initialization);
this.myScrollPane.setSize(200, 300);
I have a movieclip on the stage called section1 but it jut wont work, can somebody help a brother out.
cheers
what I'm trying to do is attach a scrollpane to my stage then set a movieclip as its scroll content.
I've used the following to get my scrollpane on the stage
initialization = {scrollContent:section1, hScroll:false, vScroll:true, dragContent:false};
this.attachMovie("FScrollPaneSymbol", "myScrollPane", 3, initialization);
this.myScrollPane.setSize(200, 300);
I have a movieclip on the stage called section1 but it jut wont work, can somebody help a brother out.
cheers