Skip to main content
Participant
August 29, 2011
Question

air for ios scrolling buttons

  • August 29, 2011
  • 3 replies
  • 1206 views

Hi in alot of apps there are buttons that you can scroll them up and

down even in the app list you can scroll the apps to the right and left

There is a code in flash that i can do scrolling buttons(up and down)

EXACTLY like in the XCODE(the original iphone developing program) apps?

Thanks.

This topic has been closed for replies.

3 replies

Inspiring
September 1, 2011

You want to scroll... Use a spark scroller? or a spark list? The scroller allow you to scroll vertically, horizontally or both. You place your components inside a vertical | horizontal | tiles group that is linked to that scroller.

Like this :

<s:Scroller left="10" top="10"right="10" height="200">
        <s:VGroup width="100%" height="100%">
            <s:Label text="Label"/>
            <s:Label text="Label"/>
            <s:Label text="Label"/>
            <s:RadioButton label="RadioButton"/>
            <s:RadioButton label="RadioButton"/>
            <s:Button label="Bouton"/>
            <s:Label text="Label"/>
            <s:BusyIndicator/>
            <s:Button label="Bouton"/>
        </s:VGroup>

</s:Scroller>

Inspiring
September 1, 2011

I guess this is what you're looking for:

http://www.greensock.com/throwprops/

matanKingAuthor
Participant
September 1, 2011

there isnt a free way to do this?

cause i have to pay 100 dollars to become a member and download it

Inspiring
September 1, 2011

http://code.google.com/p/as3-iphone-scroll/

Inspiring
September 1, 2011

I cant figure out what buttons you are talking about? You want something else than scrolling with the finger?

matanKingAuthor
Participant
September 1, 2011

i just need to scroll the things that are on the screen like when you scroll photos in the iphones photo album

its called scrolling list.....