Hi,
I'm creating a shopping function with NGUI. I have a large scrollview with all available content and then a basket scrollview. From the "main" view I like to drag items into the basket (and also drag an item out of the basket to remove it).
Now I can't figure out how to handle the depth issue. Since the scrollviews are in different panels it's not possible to control the depth right?
Any suggestions how I should make this function?