I have an equilateral triangle that I want to rotate around its centre point.
I have zimified a movielip as follows (I'm using Adobe Animate):
triangle=zimify(this.triangle);
The code I am used so far is this. It does rotate, but not arund its center point.
I wonder if I could get some help to do this. I will be illustrating order of symmetry with my students.
triangle
.outline()
.rot(45)
It looks tp me like the registration point is not in the center and so the rotation is not correct.
Thank you
Rod