2D Toolkit Forum

2D Toolkit => Support => Topic started by: zettam on April 01, 2014, 03:00:42 pm

Title: Centered Scrollable Area
Post by: zettam on April 01, 2014, 03:00:42 pm
Is it possible to use scrollable area with a centered background object?
Title: Re: Centered Scrollable Area
Post by: unikronsoftware on April 01, 2014, 03:09:40 pm
You can just create that in the hierarchy, remove the scrollable are background and replace it with whatever you like. You can also attach it to the content object if you'd like it to move along with the scrolling.
Title: Re: Centered Scrollable Area
Post by: zettam on April 01, 2014, 03:18:08 pm
Oh I mean --- is it possible to use the "scroll area" as a screen centered object?
Right now no matter how I build my hierarchy, the scroll starts at scroll area origin. I simply want it to be the center of my scroll area, scroll area itself being defined by the (centered) background.
Title: Re: Centered Scrollable Area
Post by: unikronsoftware on April 01, 2014, 03:31:13 pm
No thats not supported - scroll origin is always the top left.
You do have full source code though... :)