Multiple Scrollbar Skins Massacre!

Ok, I give up - what is the trick!?! I want to have two different styles of scrollbars in my movie, and I can modify the UI component no problem, but I cannot get them both to co-exist in the same movie. I have tried duplicating the scrollbar and renaming it and then modifying it, but they still end up affecting each other - does anyone have any input/ experience to shed some light on this?

:scream:

Hi,

Your pro is that even if when you’ve duplicated the scroll component symbol in your library it is still attaching the parts that ‘make’ it from the library.

To have more than one with different skins in the same movie you have to go into the code of one of them and change the linkage ID name of the bits you want to change. Remember to change the linkage name in the bits on the library.

Well, you need to give a linkage name to the duplicated scroll component and change it in code where you register the class as well.

I’ve put together a crude example for you to have a look.

SHO

:}

Thank you so much, of course that makes perfect sense, I think I was just hoping on some level that I wouldn’t have to wade through all that code - but it will be much easier with an example - Thanks!!! :flower: