Quantunet.com

My Account

Joins Us
Flash 8 Actionscript 2.0 Knowledgebase
Basic Point Hit Test  

Download .fla

Actionscript

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,true)) {
text_mc._visible = true;
}
};







© 2008 Quantunet LLC All Rights Reserved | Intellectual Property | Terms of Use | Privacy
Home | About Quantunet | FAQ's | Contact Us