# Neeed hellp

**URL:** https://forum.kirupa.com/t/neeed-hellp/55975
**Category:** Uncategorized
**Created:** [June 29, 2004, 4:01pm UTC](https://forum.kirupa.com/t/neeed-hellp/55975 "2004-06-29T16:01:28Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Moopers](https://avatars.discourse-cdn.com/v4/letter/m/b782af/32.png) [@Moopers](https://forum.kirupa.com/u/Moopers)
#### Post date: [June 29, 2004, 4:01pm UTC](https://forum.kirupa.com/t/neeed-hellp/55975/1 "2004-06-29T16:01:28Z")

</div>

Hey im’ new to flash, i’m just wondering if this hittest is correct.

onClipEvent (enterFrame) {  
if (\_root.laser, hitTest(\_root.enemy)) {  
enemy.removeMovieClip();  
}  
}
