Author Topic: [SOLVED] OnRelease getting called after OnDragOut  (Read 1482 times)

misterkeeter

  • Newbie
  • *
  • Thank You
  • -Given: 2
  • -Receive: 0
  • Posts: 5
    • View Profile
[SOLVED] OnRelease getting called after OnDragOut
« 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?
« Last Edit: May 22, 2014, 04:04:08 PM by misterkeeter »

misterkeeter

  • Newbie
  • *
  • Thank You
  • -Given: 2
  • -Receive: 0
  • Posts: 5
    • View Profile
Re: OnRelease getting called after OnDragOut
« Reply #1 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.