My Account
my_mc_1.startDrag(true); target_mc._x = 200; target_mc._y = 150;
onEnterFrame = function () { text_mc._visible = false; if (my_mc_1.hitTest(200,150)) { text_mc._visible = true; } };
© 2008 Quantunet LLC All Rights Reserved | Intellectual Property | Terms of Use | Privacy Home | About Quantunet | FAQ's | Contact Us