Groups | Blog | Home
all groups > flash actionscript > july 2007 >

flash actionscript : Dynamic MCs insiade a Dynamic MC


DMennenoh **AdobeCommunityExpert**
7/24/2007 5:35:41 PM
I'm not exactly sure what you're trying to do, but any clips that are
children of some parent clip, will transform along with the parent. That's
the basis of making simple thumbnail scrollers - you plop a bunch of images
into an empty 'container' clip, then just move the container back and forth
under a mask. You need more than just those methods... have a look at the
MovieClip and MovieClipLoader classes in the Help.

--
Dave -
Head Developer
http://www.blurredistinction.com
Adobe Community Expert
http://www.adobe.com/communities/experts/

tanktery
7/24/2007 8:22:25 PM
how can i make a dynamic MC move while internel dynamic MCs move with it. the
container MC would house or have nested moveclips that would move like a
slideshow when a butten is clicked. anythoughts please

i think theses are the metheds but don't know how the order to place them

_root.createEmptyMovieClip("containerMC_mc",1);

mc_x =

moviescliploader();

OnLoadInit();
AddThis Social Bookmark Button