I am trying to do a very basic thing but I am new to this. Basically I have a screen with a 3 objects that can move around, I have implemented a method which I call when TouchesMoved happens - if object X moves over main object the object X will be hidden.
What I want to do is when the object Y is released over the main object it will return to the position it was moved from.
- should this be implemented in the TouchesEnded?
- what would the method look like?
Any help would be very appreciated.