Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: virginsteele on July 14, 2014, 06:06:02 AM

Title: uisprite overlay a panel
Post by: virginsteele on July 14, 2014, 06:06:02 AM
Hi guys,

Im creating a scroll view but I would like to overlay spirtes in the corners of this scroll

im having trouble doing this because the scrollview has a panel with the depth of 1 and my sprites can not overlay this which leads them to not display...

Is there any way around this issue im having?

any help is much appreciated. 
Title: Re: uisprite overlay a panel
Post by: BeShifty on July 14, 2014, 12:03:25 PM
You're saying that you have a panel with a background sprite at depth 0, and a scrolling panel at depth 1? Just add another panel at depth 2 and put your overlay sprites in that.
Title: Re: uisprite overlay a panel
Post by: ArenMook on July 15, 2014, 12:34:54 AM
What BeShifty said. You need 3 panels for that.