Groups | Blog | Home
all groups > flash actionscript > september 2006 >

flash actionscript : Control MovieClip that's inside ScrollPane



stratosnatcher
9/7/2006 7:10:09 PM
Does anyone know if it's possible to access and modify a MovieClip that's been
placed in a ScrollPane? I want to be able to manipulate a MovieClip at runtime
with ActionScript, but allow the viewer to scroll the MovieClip...

Do I need to find a different approach that doesn't use the ScrollPane
component?
Marc Lee
9/8/2006 9:08:37 AM
Is the movieclip part of the content of the scrollpane?

I use the following line of code to affect one of the MCs that are in the
scrollpane as part of the content.

_root.csp_scrollingBullets.spContentHolder["bullet_1"].gotoAndPlay(1)

HTH,

If you have questions, my email is marc@mlmultimedia.com

-Marc Lee
[quoted text, click to view]

AddThis Social Bookmark Button