ForumsProgramming Forumhelp please

2 3706
boburmum1
offline
boburmum1
6 posts
Nomad

i'm making a game and i doin't want my char to walk over the menu. i know it has something to do with hitTest

this is what ive got sofar

onClipEVent(enterFrame){
if(this.hitTest(_root.char)){
}
that is all i have got, could someone please help me.

  • 2 Replies
MikeVarilek
offline
MikeVarilek
36 posts
Nomad

There's not enough information here to help you, how are you moving the character? what variables are you using?

ThexDancingxMuffin
offline
ThexDancingxMuffin
61 posts
Nomad

Mike's right. Try posting all your ActionScript, or anything else that could help us help you.

Showing 1-2 of 2