-
Notifications
You must be signed in to change notification settings - Fork 16
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
image example? #2
Comments
Well once you have some scroller component (as one I have in example, for instance) you can put anything including images there. If you expect some component for CS# (the one for "components" panel) — I don't have that and definitely not planning to write. I haven't implemented zoom functionality yet, but yea, that's TODO. I've started a new branch where I try to separate responsibilities better and therefore decouple things. You could contribute there. |
No I don´t want a component like the "components panel", Only information how to use the TouchScrolling in flash cs6, now I´m doing a lot of things with the Gestouch Api v4, the new one give me some problems,
var transformGesture:TransformGesture; I´m glad to help you in whatever you need to do in flash, you only need to tell me. |
Well yea, the recent "stable" version of touch scrolling was made with Gestouch v0.4 or event v0.3, I believe. So either you try to use that one with some minor fixes to support Gestouch 0.4.2, or join the development of a slightly better touch scrolling (as said before, see https://github.com/fljot/TouchScrolling/tree/features/decoupled-architecture)
|
hello fljot
Is posible to use TouchScrolling in flash cs6 with one image? and is posible add pinch zoom gestures?, I´m trying to implement Gestouch in Greensock ThrowProps + blitMask but i have the same issue always when zoom out the image move to diferent x and y coordinates and dissapear.
The only thing I want is make a simple pinch zoom with scroll for android.
Thanks
Sebas
The text was updated successfully, but these errors were encountered: