Tweening from frame to frame. Greensock or native AS3?
I have a book project in which I would like the use to swipe left or right from page to page (frame to frame). In the book, each page is a frame so as the user swipes left or right they will move from page to page. I want to add some visual interest when the user swipes. This could be the content on the page moving left as the use swipes. I don't want the page to just appear when the user swipes left of right.
The problem I'm having is figuring out how to add Greensock functionality (e.g. Throwpops, FrameLabel plug-in etc.) without triggering a movieclip. In my case I want the user to be able to swipe left or right to go to the next frame. I also want to add some visual interest as they swipe from frame to frame.
I've been researching Greensock solutions that tween frames. I've found the FramePlugin, FrameLable, etc. However, each of those requires the trigger to be the movieclip. However, I would like for a swipe to be the trigger instead of touching or interacting with a movieclip.
Is this possible with Greensock? Or is there a tweening solution (tween class) native to adobe that will allow the pages to animate. Or is my approach to this wrong? Help appreciated.
