Hello
Apologies for such an confusing subject line…
I need some input on doing this, I am sure it’s quite simple except I can’t find any help on it.
I have movieClip created which has button within it. This movieClip is set to export in the library. In the firs frame of the movie I use the registerClass to register it to a class I have created (which extends movieClip). I know that the class is getting registered to it when I use the attachMovie command to bring it on the stage. However, the button within the movie has functions defined as these:
on (rollOver) {
doRollOver()
}
I have defined the doRollOver function in the class I am registering to this movie clip. But none of the actions defined within this function are being done. Where/what/how do I need to define this doRollover function for it to work properly?
Thanks!
Ashwan