i have a problem with hitTest.
after making a movieclip (some kind of labyrinth), build with mc’s called “m”, i tried the following code
onClipEvent (enterFrame) {
if (_root.muur[“m”].hitTest(_root.lijf)) {
_root.txt += 1;
}
}
now this works fine, except for one stupid thing, only the FIRST mc i drag on the “muur” MC, works.(the rest is there, same name etc, but not add 1 to txt)
im sure i did something stupïd, i watched the tutorial 30 times, but i cant find what i am doing wrong.
any help would be nice.
thx in advance