I've tried everything, and I can't get hitTest to work.
I am just experimenting with how to use it, and I have 3 MC's. 1 is called circle, the other star, and the last test. I have the code pasted into 'circle', and test is a little figure that should show when circle and star collide. But, the 'test' MC never shows.
not to add to your confusion but if you want to hittest circles it's better to use a distance test rather than hittest as hittest will trigger if the bounding rectangle hits.
not to add to your confusion but if you want to hittest circles it's better to use a distance test rather than hittest as hittest will trigger if the bounding rectangle hits.
Thanks for the lesson, but I'm still stuck on the hitTest action. When (and if) wo opened the file, could you get it to work? Even with circle shapes clearly intersecting, it would not work.
To fix:
1) Remove the second frames from movieclips circle and star,
2) On the main timeline, use Add Copy of Frame to End,
3) On Frame 2 of the main timeline, position movieclips circle and star at their farthest point.