PDA

View Full Version : [AS2] Syntax error with trying to reference scrollbar


stevethomas
11-06-2009, 11:51 PM
Trying to reference a scrollbar component used within a movieclip so that xml text scrolls. The text loads fine but the scrollbar doesn't work.

I'm in AS2 using this:

UIScrollBar:_root.content.content.field.scrollBar;

scrollBar is scrollbar instance name
field is the dynamic text field
content is mc within content

Any help is thanked.