-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
example for drag and zoom and rotate. all together with gestouch #94
Comments
thanks but i want to use it in flash cs6 !! |
@mhr1019 |
thank a lott @fljot Code: var transformGesture:TransformGesture; transformGesture = new TransformGesture(map); function onGesture(event:org.gestouch.events.GestureEvent):void
} |
@mhr1019 |
thanks @fljot |
if you send me a source (.fla) file that can deal with all i want (drag,zoom,rotate with touch) I think the problem will be solved. |
@mhr1019
Most likely flash runtime doesn't understand that you can receive touch events, therefore Gestouch input part doesn't even listen to those. But this is configurable, no worries. |
thanks @fljot |
@mhr1019 |
can you send me a example witch an image drag , zoom and rotate into it?
thanks for helping me
The text was updated successfully, but these errors were encountered: