Re: [Flashcoders] Scrollpane and masking

2006-07-18 Thread Haikal Saadh
st Subject: Re: [Flashcoders] Scrollpane and masking It goes: * Movie o Component (extends UIComponent) + Scrollpane # contents The scrollpane is created by actionscript in Component's createChildren(). The contents, which is a symbol in

RE: [Flashcoders] Scrollpane and masking

2006-07-18 Thread Steven Sacks | BLITZ
t > Subject: Re: [Flashcoders] Scrollpane and masking > > It goes: > > * Movie > o Component (extends UIComponent) > + Scrollpane > # contents > > The scrollpane is created by actionscript in Component's > creat

Re: [Flashcoders] Scrollpane and masking

2006-07-18 Thread Haikal Saadh
It goes: * Movie o Component (extends UIComponent) + Scrollpane # contents The scrollpane is created by actionscript in Component's createChildren(). The contents, which is a symbol instance that has been assigned a Linkage identifier, is then pl

RE: [Flashcoders] Scrollpane and masking

2006-07-17 Thread Steven Sacks | BLITZ
How is your movie built? Is the scrollpane component in a loaded in swf? If so, you must have the scrollpane component in the library of the root/loading swf. Do you have the scrollpane embedded in another component? Do you have the scrollpane masked? __