Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started 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.
-
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.
-
What BeShifty said. You need 3 panels for that.