2D Toolkit Forum

2D Toolkit => Support => Topic started by: RakeshChatra on October 26, 2013, 09:52:05 am

Title: Scroll to happen page/content layout length..
Post by: RakeshChatra on October 26, 2013, 09:52:05 am
Hi, i am trying to make a scroll with player images inside the scroll.. when i scroll all the images are getting displayed as scroll moves.. what i am looking is when i scroll only particular image should be displayed and again if i scroll next image should be displayed.. content should be split to particular length.. Please guide me how to achieve this.. i saw the scroll documentation but not able to get it done i am bit confused..
Title: Re: Scroll to happen page/content layout length..
Post by: unikronsoftware on October 26, 2013, 05:42:48 pm
You can't do that out of the box. Its in the request list and will be implemented, but there isn't any time frame for that.
You will have to code it yourself - basically, work out value * ContentLength to work out where you are, and then snap to a value when if it stops moving far away from it.