make multiple items dragabble
Hello everyone,
I am trying to make drag & drop and I have 5 objects which need to be made draggable and droppable. What i want to do is make only two function, one for make all the items draggable when Mouse_DOWN on the objects respectively and one for make them drop when Mouse_UP. Is this possible using switch method. If anyone have idea then please help me. I want just two function rather than creating a individual function to make individual object drag and this way will create lots of functions.
Thanks.