# My hitests dont work!

**URL:** https://forum.kirupa.com/t/my-hitests-dont-work/184370
**Category:** Uncategorized
**Created:** [April 4, 2006, 6:10pm UTC](https://forum.kirupa.com/t/my-hitests-dont-work/184370 "2006-04-04T18:10:51Z")
**Posts on this page:** 19
**Page:** 1

<div class="post-metadata">

### Author: ![Ravmaster](https://avatars.discourse-cdn.com/v4/letter/r/ee59a6/32.png) [@Ravmaster](https://forum.kirupa.com/u/Ravmaster)
#### Post date: [April 4, 2006, 6:10pm UTC](https://forum.kirupa.com/t/my-hitests-dont-work/184370/1 "2006-04-04T18:10:51Z")

</div>

Uh Oh…  
my hit test dont work heres a .fla on what im working on but the hero will not hitest with \_root.walls.door for some reason \<.\< please help

[http://rapidshare.de/files/17202031/Main.fla.html](http://rapidshare.de/files/17202031/Main.fla.html)

link to .fla thnx in advance 😃

---

<div class="post-metadata">

### Author: ![woad](https://avatars.discourse-cdn.com/v4/letter/w/34f0e0/32.png) [@woad](https://forum.kirupa.com/u/woad)
#### Post date: [April 4, 2006, 6:19pm UTC](https://forum.kirupa.com/t/my-hitests-dont-work/184370/2 "2006-04-04T18:19:22Z")

</div>

> [@Ravmaster](#):
>
> Uh Oh…  
> my hit test dont work heres a .fla on what im working on but the hero will not hitest with \_root.walls.door for some reason \<.\< please help
> 
> [http://rapidshare.de/files/17202031/Main.fla.html](http://rapidshare.de/files/17202031/Main.fla.html)
> 
> link to .fla thnx in advance 😃

I can’t figure out where to go download it lol. Could you just post the code where the hitTests are taking place?

---

<div class="post-metadata">

### Author: ![Ravmaster](https://avatars.discourse-cdn.com/v4/letter/r/ee59a6/32.png) [@Ravmaster](https://forum.kirupa.com/u/Ravmaster)
#### Post date: [April 4, 2006, 8:06pm UTC](https://forum.kirupa.com/t/my-hitests-dont-work/184370/3 "2006-04-04T20:06:32Z")

</div>

i havent put the code in but whereever u put the hitest code it wont work,

btw i have mx 2004 so please dont fix it and put it as a flash 8 format 😃

---

<div class="post-metadata">

### Author: ![bombsledder](https://avatars.discourse-cdn.com/v4/letter/b/958977/32.png) [@bombsledder](https://forum.kirupa.com/u/bombsledder)
#### Post date: [April 4, 2006, 8:20pm UTC](https://forum.kirupa.com/t/my-hitests-dont-work/184370/4 "2006-04-04T20:20:56Z")

</div>

😮 you wan’t use to just fix the code for you… well i hope someone feels bad for you and does it because im not, go learn actionscript

---

<div class="post-metadata">

### Author: ![gonzolo](https://avatars.discourse-cdn.com/v4/letter/g/d2c977/32.png) [@gonzolo](https://forum.kirupa.com/u/gonzolo)
#### Post date: [April 4, 2006, 8:22pm UTC](https://forum.kirupa.com/t/my-hitests-dont-work/184370/5 "2006-04-04T20:22:54Z")

</div>

—/---  
agreed also my site don’t work could someone please make a new one for me;)

---

<div class="post-metadata">

### Author: ![woad](https://avatars.discourse-cdn.com/v4/letter/w/34f0e0/32.png) [@woad](https://forum.kirupa.com/u/woad)
#### Post date: [April 4, 2006, 9:42pm UTC](https://forum.kirupa.com/t/my-hitests-dont-work/184370/6 "2006-04-04T21:42:07Z")

</div>

Lol Ravmaster. No wonder the hitTests don’t work, [U]You don’t have the code for the hitTest![/U]

---

<div class="post-metadata">

### Author: ![hybrid101](https://avatars.discourse-cdn.com/v4/letter/h/7993a0/32.png) [@hybrid101](https://forum.kirupa.com/u/hybrid101)
#### Post date: [April 5, 2006, 11:43am UTC](https://forum.kirupa.com/t/my-hitests-dont-work/184370/7 "2006-04-05T11:43:07Z")

</div>

^:lol:

```auto
onClipEvent(enterFrame){
if(_root."movie clip name".hitTest(wall)){
enter code here
}
}

```

---

<div class="post-metadata">

### Author: ![Joppe](https://avatars.discourse-cdn.com/v4/letter/j/b38774/32.png) [@Joppe](https://forum.kirupa.com/u/Joppe)
#### Post date: [April 5, 2006, 4:11pm UTC](https://forum.kirupa.com/t/my-hitests-dont-work/184370/8 "2006-04-05T16:11:28Z")

</div>

:lol: hehe

---

<div class="post-metadata">

### Author: ![ricer](https://avatars.discourse-cdn.com/v4/letter/r/e47774/32.png) [@ricer](https://forum.kirupa.com/u/ricer)
#### Post date: [April 5, 2006, 7:21pm UTC](https://forum.kirupa.com/t/my-hitests-dont-work/184370/9 "2006-04-05T19:21:08Z")

</div>

```auto

onClipEvent(enterFrame){
if(_root."movie clip name".hitTest(wall)){
enter code here
}
}

```

Make it understandable for him 😛

```auto

onClipEvent(enterFrame){
if(_root."movie clip name".hitTest(wall)){
when movieclipname hits wall get rebound else go back and refresh target 
then go find wall and hit();
}
}

```

😉 😛 aahahaua

---

<div class="post-metadata">

### Author: ![hybrid101](https://avatars.discourse-cdn.com/v4/letter/h/7993a0/32.png) [@hybrid101](https://forum.kirupa.com/u/hybrid101)
#### Post date: [April 6, 2006, 5:41am UTC](https://forum.kirupa.com/t/my-hitests-dont-work/184370/10 "2006-04-06T05:41:33Z")

</div>

^:lol: great thread!

---

<div class="post-metadata">

### Author: ![Ravmaster](https://avatars.discourse-cdn.com/v4/letter/r/ee59a6/32.png) [@Ravmaster](https://forum.kirupa.com/u/Ravmaster)
#### Post date: [April 6, 2006, 3:00pm UTC](https://forum.kirupa.com/t/my-hitests-dont-work/184370/11 "2006-04-06T15:00:52Z")

</div>

😛 i know it dont work ive already tried my hitest the code i used i put in the door

```auto

onClipEvent(enterFrame){
if(this.hitTest(_root.player)){
_root.gotoAndStop(5);
}
}

```

Well something like that and no errors came up

why is everyone makibng fun of me :’(

---

<div class="post-metadata">

### Author: ![ricer](https://avatars.discourse-cdn.com/v4/letter/r/e47774/32.png) [@ricer](https://forum.kirupa.com/u/ricer)
#### Post date: [April 6, 2006, 4:47pm UTC](https://forum.kirupa.com/t/my-hitests-dont-work/184370/12 "2006-04-06T16:47:18Z")

</div>

well, cause u need to learn basics first before trying 😛

\_root.gotoandstop cant -.-

try:

```auto

onClipEvent(enterFrame){
if(_root.player.hitTest(this))
gotoAndStop("enterdoor");
}

```

now call the framenumber 5 enterdoor and it should work i guess

---

<div class="post-metadata">

### Author: ![Ravmaster](https://avatars.discourse-cdn.com/v4/letter/r/ee59a6/32.png) [@Ravmaster](https://forum.kirupa.com/u/Ravmaster)
#### Post date: [April 6, 2006, 4:58pm UTC](https://forum.kirupa.com/t/my-hitests-dont-work/184370/13 "2006-04-06T16:58:16Z")

</div>

ok it works now but doesnt

\_root.gotoAndStop(nextFrame);

work?

---

<div class="post-metadata">

### Author: ![Joppe](https://avatars.discourse-cdn.com/v4/letter/j/b38774/32.png) [@Joppe](https://forum.kirupa.com/u/Joppe)
#### Post date: [April 6, 2006, 5:11pm UTC](https://forum.kirupa.com/t/my-hitests-dont-work/184370/14 "2006-04-06T17:11:12Z")

</div>

lol no.  
\_root.nextFrame();  
'll do it

---

<div class="post-metadata">

### Author: ![Ravmaster](https://avatars.discourse-cdn.com/v4/letter/r/ee59a6/32.png) [@Ravmaster](https://forum.kirupa.com/u/Ravmaster)
#### Post date: [April 6, 2006, 5:40pm UTC](https://forum.kirupa.com/t/my-hitests-dont-work/184370/15 "2006-04-06T17:40:09Z")

</div>

thanks 😉 it works now 😃

---

<div class="post-metadata">

### Author: ![ricer](https://avatars.discourse-cdn.com/v4/letter/r/e47774/32.png) [@ricer](https://forum.kirupa.com/u/ricer)
#### Post date: [April 6, 2006, 7:44pm UTC](https://forum.kirupa.com/t/my-hitests-dont-work/184370/16 "2006-04-06T19:44:04Z")

</div>

lol go buy a book of basics or learn em before asking something like this:p

btw @ joppe how do i make a frame stop form playing?

plx tell me ish n00d :P:P XD uahauaauahah

---

<div class="post-metadata">

### Author: ![Joppe](https://avatars.discourse-cdn.com/v4/letter/j/b38774/32.png) [@Joppe](https://forum.kirupa.com/u/Joppe)
#### Post date: [April 7, 2006, 11:16am UTC](https://forum.kirupa.com/t/my-hitests-dont-work/184370/17 "2006-04-07T11:16:21Z")

</div>

stop();

? Sorry i dont understand the fun part 😕

---

<div class="post-metadata">

### Author: ![Ravmaster](https://avatars.discourse-cdn.com/v4/letter/r/ee59a6/32.png) [@Ravmaster](https://forum.kirupa.com/u/Ravmaster)
#### Post date: [April 7, 2006, 12:38pm UTC](https://forum.kirupa.com/t/my-hitests-dont-work/184370/18 "2006-04-07T12:38:41Z")

</div>

is that meant to make fun of me \>\< again??

btw i know a lot of the basics i just get stuck with making the codes myself especially if its my own code and i get bad outputs that i cant seem to fix or something doesnt work however hard i try s

---

<div class="post-metadata">

### Author: ![gonzolo](https://avatars.discourse-cdn.com/v4/letter/g/d2c977/32.png) [@gonzolo](https://forum.kirupa.com/u/gonzolo)
#### Post date: [April 7, 2006, 1:34pm UTC](https://forum.kirupa.com/t/my-hitests-dont-work/184370/19 "2006-04-07T13:34:08Z")

</div>

be nice to him after all he is a legendary hero of time
