how can i make a duplicate of sprites for drop and drag without the base one to move like when i drag a sprite it's only a single copy of it that goes with the mouse and the base on still without moving and i can take as much as i can copies.
The solution to that is to keep a global variable with the Sprite that last had a TouchDown event, and only allow the Drag event to operate on that component.