Question
hitArea hide movie clip
Im trying to hide a clip on when one clips collide with
another using hit Tes and also hitArea, both of them doesnt
work....
I write the following code:
onClipEvent (enterFrame) {
if (_root.guardia, hitTest(_root.quienes)) {
hide == true;
} else {
hide == false;
}
}
Is something there i mess?
best,
IN
I write the following code:
onClipEvent (enterFrame) {
if (_root.guardia, hitTest(_root.quienes)) {
hide == true;
} else {
hide == false;
}
}
Is something there i mess?
best,
IN