Hello guys,
I’m having some issue to add a new circle in a group that is rotating.
What i’m doing is that when I have a TOUCH event I create a new circle using the event.x and event.y and add into a group, but since the group is rotating the circle is not really create on the touch event.x and event.y level, but it is creating keeping the rotating information.
Like if you hit on the left side and the group rotating is in 90, the circle will be added on the right side.
I really need all elements to rotate inside this group and I need this new circle in this group for colision.
So… what i’m trying to do here is: grab the event.x and event.y, create a circle, add into that group and THEN (after this circle is added) he also starts to rotate.
Any ideas??
Thanks!! [import]uid: 91373 topic_id: 27249 reply_id: 327249[/import]