PDA

View Full Version : [AS3] Dual/Multiple scrollpane on one page


HJK
07-06-2009, 06:23 PM
Hello,

I am very new to AC3 and to the forum. I need some major help on having two scrollpanes on the same page.

I have two columns with 2 separate lists and I need 2 scrollpanes. I have one scrollpane working but I can't figure out how to put the second one in.

Can anyone help me?

The actionscript I have for the first scrollpane right now is

scrollPane.source = myContent;
scrollPane.seSize(340,340)

Please please help.