Need a helping hand with this please. I have a drag and drop game where you click on an item in a scrolling pane. A instance of that item is attached from the library to mouse and you drag the item to one dropZone. Above the dropZone are 4 brownCircle's. What I am trying to do is everytime you drop an item in the dropZone, that item is then added to a brownCircle until you fill all 4 of the brown circles.
Here is my code so far, everything...