i'm having problem with my conditional loop. i'm creating a drag&drop & looking for quick way to program it & update it.
my MC are named "target01, 02..." & "drag01, 02...". i want my script to say:
when the submit button is clicked, if "drag01" is on "target01" & "drag02" is on "target02"... to provide some positive feedback. if not, to provide negative feedback.
i'm having a lot of syntaxe errors so need help on this one.
Think that does the job. By the way, it is easier/better to start counting all your mc's etc, from zero and not 1. Also, drag0,drag1...etc is better than drag01. Just makes it a lot easier in the long run when using forloops and counters.