# Hit test is a bit sluggish

**URL:** https://forum.kirupa.com/t/hit-test-is-a-bit-sluggish/197647
**Category:** Uncategorized
**Created:** [August 17, 2006, 11:22pm UTC](https://forum.kirupa.com/t/hit-test-is-a-bit-sluggish/197647 "2006-08-17T23:22:34Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![brndn](https://avatars.discourse-cdn.com/v4/letter/b/dec6dc/32.png) [@brndn](https://forum.kirupa.com/u/brndn)
#### Post date: [August 17, 2006, 11:22pm UTC](https://forum.kirupa.com/t/hit-test-is-a-bit-sluggish/197647/1 "2006-08-17T23:22:34Z")

</div>

Hi I am using the hit test to  
assign a movieclip to move  
for some weird reason it is not really moving that fast. And it only operates on half the hit area  
also frame rate is at 32 so its not an issue with that.

onEnterFrame = function(){  
if(Remove\_area.hitTest(\_ymouse,\_xmouse, true) == true){  
trace(“hittest true”);  
\_root.dragger.\_x = \_xmouse;  
}  
}
