Help me

hi,
I made one gallery page in flash, I gave motion tween in a movieclip
but i want stop the motion tweening on mouse over

please help
it is urgent

Thanx,
Srikanth

put all your animations in a movie clip and give it an instance name my_mc and put this actions on this movie clip:

my_mc.onRollOver = function() {
    this.stop();
};