You don't assign a movieclip to it, you add your movieclip as a listener
to the scrollbar.
MC_Scrollbar.addEventListener("change", yourClip);
or if you want to use Delegate
...("change", Delegate.create(yourClip, onScroll);
or if your clip has its own class
...("change", Delegate.create(this, onScroll);
_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com