PDA

View Full Version : Referrencing the event Caller



flashhash
July 9th, 2008, 08:28 PM
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

flashhash
July 9th, 2008, 08:35 PM
never mind.. got it

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

sekasi
July 9th, 2008, 09:00 PM
MovieClip(root)._mainscr.imgBar1._unLoad();

:/

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

:D