Skip to main content
Inspiring
May 27, 2012
Answered

best way to make a smooth scrolling list of 100's of objects ?

  • May 27, 2012
  • 3 replies
  • 7083 views

Hi there.I need a smooth scrolling list! for eg the scrolling list of contacts in iOS.

I can make a scrolling list by just vertically moving a huge sprite that contains all of the elements as movie clips but this is slow !

how could I make something that doesnt slow down depending on the size of that data ?

Thanks

Luke

This topic has been closed for replies.
Correct answer phonefusionryan

you might try this... http://www.greensock.com/blitmask/

3 replies

May 23, 2013

Have a look at it, I have created a new way for scrolling a large number of data for devices, without any blitmask.

https://vipulkhandelwalblog.wordpress.com/

Inspiring
May 23, 2013

This sounds awesome...   Can I use it with Flash CS6 ?   Do you have an example / sample code to check out ?

phonefusionryanCorrect answer
Inspiring
May 31, 2012
Inspiring
May 31, 2012

blitMask works great!   .. I'm horizontally scrolling a timeline that on a retina iPad is 60,000 pixels in width .... and it's smooth as butter.  If you need guidance how to set up blitMask ... I've been working with it for the past month so I can give you a hand.

Inspiring
May 31, 2012

Applayz thats awesome.
Ill give it a go myself and post back here if I get stuck!
Thanks heaps for your offer

Known Participant
May 28, 2012

What about spark List control with mobile theme and virtualLayout = true? If you are conservative about amount of information per item renderer then it is quite smooth in my experience.