The drag and drop is a neat behaviour, I love how easy it is to use.
I am trying to make a map editor, and right now I need to find out how I can drag and drop multiple sprites.
The obvious was for me to add drag and drop to the sprite and backgrounds I wanted to move, but the only sprites effected are the ones directly under the mouse.
I have all the objects with a "Selected off =0, or 1 for on", I want to move only the ones with selected = 1.
Is there some way to tell all the selected sprites to track the mouses X and track the mouses Y movements?
Thanks in advanced. <img src="smileys/smiley1.gif" border="0" align="middle" />