Consider the following example. I have 3 movieclips, call
them mcA, mcB and mcC. I want to put them in an array so I can set
onRollOver and onRollOut effects on them.
Shouldn't the attached code work? It doesn't. The only way I
have been able to get it to work is if I place the rollover\rollout
effects directly on the movieclip and not on the main timeline. I
assume this must be something simple, but I'm missing it.
first you can reference the MCs in the array directly instead
of assigning them to a var. second looks like you have a typo,
'onRollover' should be 'onRoll
Over' and the same for onRollOut.