# This hitTest code is right, right?

**URL:** https://forum.kirupa.com/t/this-hittest-code-is-right-right/113554
**Category:** Uncategorized
**Created:** [June 19, 2004, 3:49am UTC](https://forum.kirupa.com/t/this-hittest-code-is-right-right/113554 "2004-06-19T03:49:40Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Towlie](https://avatars.discourse-cdn.com/v4/letter/t/a88e4f/32.png) [@Towlie](https://forum.kirupa.com/u/Towlie)
#### Post date: [June 19, 2004, 3:49am UTC](https://forum.kirupa.com/t/this-hittest-code-is-right-right/113554/1 "2004-06-19T03:49:40Z")

</div>

onClipEvent (enterFrame) {  
if (\_root.Dc, hitTest(Mc)) {  
\_root.Mc;  
gotoAndPlay(11);  
}  
}  
Now when i walk over the object (DC) it does nothing. what the heck is wrong?
