Hit test help


[size=1]i put this code on the character u see in the image the block is the tree branch and the grass is block2. ok so should this not work? i even put the dymanic text…
the character is moved by the arrow keys could that be a problem?

hmm i used this

if (this, hitTest(_root.block)) {
number = 1;
}
if (this, hitTest(_root.block2)) {
number = 2;
}
}

[/size]