addChild() issue

Hi,

I followed a tutorial on www.gotoandlearn.com, on how to make a scrollbar class…

It works fine, loved it! Makes life easy…

So now I have a symbol in my library, “scrollBar”, and in it’s linkage properties, I’ve linked it to the class… It works fine if I manually drag it to the stage… but, what if I wanted to get it through code? like addChild(scrollBar)… I can’t figure out the pattern to do that… Can someone help please? Pretty please???