I'm using the Drag and Drop example as sample, but I stumbled on this:
Having two items that share the same description, when I drag & drop the second item in the correct slot, how can I make the first item "drop out", i.e. return it to it's initial position (start.X, start.Y)?
dl.dropbox.com/u/23009908/Construct%20downloads/drag-n-drop-matching-game%20-%20repel%20the%20first%20dragged%20one.capx
thax
Try adding an instance variable to your slot object - isFilled.
Create a seperate set of events for if slot.isFilled = true or false
Develop games in your browser. Powerful, performant & highly capable.
oosyrag hi man, sorry I never replied, late thanks!