Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
Locked
0

iPhone Flick Scrolling

Guest
May 07, 2011 May 07, 2011

How can I make horizontal flick scrolling for the iPhone in AS3?

TOPICS
Development
2.3K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
May 07, 2011 May 07, 2011

I think you're talking about the swipe gesture. Here an Adobe page about it:

http://help.adobe.com/en_US/as3/dev/WS1ca064e08d7aa93023c59dfc1257b16a3d6-7ffd.html

and here's a tutorial someone made:

http://www.republicofcode.com/tutorials/flash/as3swipegesture/

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
May 07, 2011 May 07, 2011

I have already tried the swipe gesture but its not what I'm looking for.  The swipe gesture executes once the gesture is completed.  I need something like a smooth horizontal drag like the one in Doodle Jump where you change modes.  Does anybody know how I could achieve this?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
May 09, 2011 May 09, 2011
LATEST

you can use startdrag  etc...set point to stop and use tween at the end of movement.

You could also have a look at this it 's a scroll like in the native iphone scroll effect

http://www.shinedraw.com/text-effect/silverlight-3-and-flash-iphone-dragging-effect/

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines