Question
Time line change with Movie Clip!
Help, I want a movie clip to interact with another to change the scene.
this is my code on the "Door":
onClipEvent(enterframe) {
if (_root.char.hitTest(this)) {
_root.gotoAndStop("Game2", 1);
}
}
Game2 is my next scene name.
but it is not working!
Why is that!
the other movie clip's instance is "char":
