Hi. :esmirk:
I’ve gove trougth the simple custom scrollbar http://www.kirupa.com/developer/flash8/scrollbar.htm step by step. Ive got it working just fine.
Now I need to but a button in the scrollbar content, that easy, in MC content I inserted the button I need and the code.
on (release) {
trace(“historia”);
gotoAndStop(“historia”);
}
unfortunatly the button doesnt work, stangly not eaven trace code gets called.
Ive checked and the frame name instance “historia” is correct. Any sugestions?