Author Topic: Drag items between scroll panels  (Read 3804 times)

Tony

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 8
    • View Profile
Drag items between scroll panels
« on: January 08, 2014, 06:54:30 AM »
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?

Shifty Geezer

  • Full Member
  • ***
  • Thank You
  • -Given: 7
  • -Receive: 9
  • Posts: 226
    • View Profile
Re: Drag items between scroll panels
« Reply #1 on: January 08, 2014, 07:07:59 AM »
How is that different to the examples? Drag and drop from scrollview to scrollview is demonstrated in the example scenes and the 3.0.7 tutorial on YouTube.