Stop Function doesn't work

Hi,

I am trying to stop a function in as3, I tried: delete.functionName - but it didn’t work,

I tried to achieve the same things using addEventListener and then removeEventListener, but that is not what I need

that function has caurina tweener inside it and it has multiple tweens with multiple delays seconds, so all of the tweens are started and the seconds continue to tween but what I want is to simply stop that by stopping the function which holds the tweener

so it should stop everything what is inside that function

for example it could stop that function when it is mouse hovered on any object

anyone?