Tweening scrollbar...hrm

heres the prob…

im tweening a textbox down, but the scrollbar component does not stick with it, ive tried grouping together and as a graphic, any help with this would be much appreciated, thanks!

turn it into a movie clip. if that doens’t work then don’t use the component. Components are evil.

okay well, you have to target that component to a specific text box that as far as i know has to be a dynamic textbox which is set to scrollable…you specify the instance’s name inside the components properties…

hope that helps some

ok juba i used ur idea and it moves with it now…but now the text that was loaded into it before, is now not loading, im guessing i need to target it somehow to the new location within the clip

give the movieclip an instance name and instead of

Textbox = SomeText

now it should be

movieClipNam.Textbox = someText