[Flashcoders] ScrollPane MC thing...

2005-11-22 Thread eric dolecki
I forgot - I need to set the contentPath as a mc that has linkage, and then just attach stuff to that. sorry for the noise ;) ed ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] ScrollPane MC thing...

2005-11-22 Thread Enrique Chavez
my_scrollPane.contentPath = LibraryMC; var clipToAttach:Movieclip = my_scrollPane.content; clipToAttach.attachMovie(blabla, blabla, depth )//Attach inside ScrollPane eric dolecki wrote: I forgot - I need to set the contentPath as a mc that has linkage, and then just attach stuff to that.