Drag and Drop Multiple items to One Target
Hi,
As a lot of people say, I'm quite new to actionscript and what I've accomplished thus far has been from trial and error. But I've hit a wall. I'm trying to create an interactive game where multiple movieclips can be dragged onto a single target. I understand that the target and the movie clip have to have the same name, like "book_mc" has to have a target of "targetbook_mc", but is there another way to do this so that "book_mc" and "pencil_mc" can both have the same target?
I'm open to all suggestions. I'd post my code, but I don't event think I'm anywhere on the right track.
Thanks so much!