Hello I hava a Qustion, I have two movieclips one moving and one that doesn´t move. I have a working collsion detection, but i want to move to a differnet when this occur but i cant get it to work any suggestions. I have this bit of code it it helps anyone?
onClipEvent (enterFrame) {
if (this.hitTest(_root.beetle)) {
_root.gotoAndPlay(2);
}
}
Many thanks from Sweden