
why would clicking on this button return the MC to frame 1?
( ,
Thu 4 Mar 2004, 22:17,
archived)
on (release) {
if (_root.circle_mc._droptarget == '/targetcircle'){
_root.circle_mc.gotoAndPlay(2)
}
else{}
}

but clicking on it again sends it back to frame 1 (clicking multiple times switches between 1/2)
( ,
Thu 4 Mar 2004, 22:20,
archived)