Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: misterkeeter on May 22, 2014, 03:48:25 PM

Title: [SOLVED] OnRelease getting called after OnDragOut
Post by: misterkeeter on May 22, 2014, 03:48:25 PM
I'm trying to drop an item on another item and call a function if they are on top of one another.  But when I call my function in OnRelease, OnDragOut is called on the object below before that and It wont accept the drop.

Any Advice?
Title: Re: OnRelease getting called after OnDragOut
Post by: misterkeeter on May 22, 2014, 03:57:23 PM
Hmm.  I guess that's what OnDrop() is for. Why I could not find that most obvious of functions is beyond me.