Referrencing the event Caller

i have a Movie Clip which is being called by two different objects can someone tell me how can we know which caller is using the Movie Clip at a given time

Thanks

never mind… got it

try {
stopLoading();
} catch (e:) {}
//stopLoading();
try {
MovieClip(root)._mainscr.imgBar1._unLoad();
} catch (e:
) {}

MovieClip(root)._mainscr.imgBar1._unLoad();

:confused:

e n c a p s u l a t i o n

:smiley: