why doesn’t this as work, the symbols realise when they collide but i can’t get the go to action to work when they touch
[font=Courier New]onClipEvent (enterFrame) {
if (_root.block1, hitTest(_root.block2)) {
_gotoAndPlay(“Scene 5, 1”);
} else {
_root.text = “”;
}
}[/font]