Ok so I’m working on a project here and am having a hard time with this little part and I’m running out of ideas. So here it is…
I have a simple shape, like a triangle and I have set points that you can click on. Clicking on these points changes the rotation center for the triangle. Overall you need to be able to click on these points to change the rotation and then drag the triangle around that point.
What I did was put the triangle(lets call it MC-A) inside another movieclip(lets call it MC-B). When you click on a point it moves MC-A to the point selected, then adjusts MC-B so it looks like it never moved, even though the outer MC moved (for the registration point) and the inside MC moved so it was in the old position.
Any help towards this would be great, even if I have to start from scratch on this. Code is great but just ideas or theories about this would be great.
Thanks.