i have 26 MCs and 'm working with alphabet games in Flash CS5(AS3). i use drag and drop games with only one target based on the photo. lets say i group 26 MCs into 2:
13 MCs with true which i named True1, True2 etc... and named the other 13 false MCs as False1, False2 etc...
* When 1 MC is dragged inside the target.
The target will identify the MC if its "correct" or "wrong" based on the 1st part of MC's instance name ("True", "False")
and then generate an output trace(" Correct") or trace("Wrong")
do i use currentTarget in it? or do you have any idea?
any Helpful tips and suggestions would help a lot!!! Thanks!!!