PDA

View Full Version : drag&drop confirmation


mike0372
07-16-2004, 09:05 PM
hey guys,

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.

thanks,

m. :D

curryjon51
07-22-2004, 01:57 AM
Hi

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.

hth

mike0372
07-22-2004, 03:48 PM
hi c,

thanks for tip & the zip file. i'll try it out.

thanks again,

m.