pixel8ed
07-01-2007, 06:36 PM
I'm working with the scrollPane component in flash and I have a theoretical question. I create the scrollPane on the main timeline and have the contentPath property targeting a movieclip in the library called container_mc. Right now all my other actionscript is being carried out in container_mc... but I'm thinking about how I would access properties inside container_mc from the main timeline.
Once container_mc is loaded into the scrollPane, is container_mc considered a child of the scrollPane? So would an accessor look like this: _root.my_scrollPane.container_mc[property] ? :D
Once container_mc is loaded into the scrollPane, is container_mc considered a child of the scrollPane? So would an accessor look like this: _root.my_scrollPane.container_mc[property] ? :D