I have two movie clips, named "circle" and "line". I want the line appears when it hits the circle. But the following script doesn't work at all. I've stuck here for two hours~~~~~~~~~~
if (_root.line.hitTest(_root.circle)) {
setProperty (_root.line, _visible, 1);
} else {
setProperty (_root.line, _visible, 0);
}
anymistakes??
if (_root.line.hitTest(_root.circle)) {
setProperty (_root.line, _visible, 1);
} else {
setProperty (_root.line, _visible, 0);
}
anymistakes??