Hi.
As you know it’s not possible to trigger multiple Gestures with the native touch events in flash. So i can’t rotate and scale at the same time while using the
TransformGestureEvent.GESTURE_ZOOM
and
TransformGestureEvent.GESTURE_ROTATE
events.
Is there a way to create a own rotate and scale function out of the simple, native touch events?
I don’t want to use a framework like gestureworks and i want to stick to the native flash-touch/gesture-events for my current project.
So, perhaps you have a hint or solution for me.
