cheers. That's the same line I initially found - but I think I tried something like
ActionScript Code:
header_mc.onRollOver =header_mc.clickHandler
which didn't seem right at the time - but I was at a loss for how else to do it..
I will have another look and see if just changing/adding this function might do it. I know if you extend the accordion class and add a new headerPress function it will change what the headerPress function does once compiled as a new component, its just the rollover thing that's an issue. I think because onRollOver is part of the movieClip class, (and I don't know enough about this stuff to know for sure), but I seem to remember adding an onRollOver event to an extension of a component generated an error.
If all else fails, I will make my own component - can't be that difficult
Thanks for your response,
Billystyx