Hey Aren,
I have looked at it thanks. The real issue I am having is because I don't write code, and so I am using Playmaker to fire off events based on NGUI events. Here is what is happening.
I have the pieces inside the grid which is inside the scrollview. When the user drags on the scrollview it scrolls as expected(this works great!) except when the user happens to click on a piece rather than the scroll area and drags the piece. I have an FSM that tells the piece onPressRelease place the piece in its final position.
I need the logic to say if the user clicks on the piece and scrolls, don't fire off the place event, but rather just scroll, and if the user drags the piece out of the scroll view then and only then fire off the place event(not sure how to figure out what that area is and how to tell NGUI/Playmaker about it without code).
Once dragged out of the scrollview, if piece is near it's drop area and released(best way to define what this is?) then fire off a place event. I just don't know how to set that up, and I have been so frustrated the last few days... aaarrgggg!!!
I tried using a trigger based setup but also came up short. By the way I absolutely love NGUI so far

Hope this clarifies a bit. Any help you can offer would be huge, I can feel I am so close to getting this to work, but I am banging my head in vain!!
Thanks a million Aren....
Ramiro