Hi,
Ok this might get a bit confusing… i’ll try my best to explain.
I have a full page calendar that uses a duplicate movieclip to add the day squares (actionscript adds the day number)
I want to add a target to that “day” movieclip. (I can do this)
Now the part i don’t know how to code:
I want to add a star at the top that can be dragged to the target “day”. BUT… On any of the days and multiple days.
So i guess the star needs to duplicate movieclip and be able to drag and drop to any of the targets.
The target is on a duplicate movieclip itself so the instance name will need to be the same on all days (or i could have it append 1,2.3 ect to the end of the instance name like: target_mc1, target_mc2…)
I’ve downloaded many drag and drop fla’s and read many tutorials but I haven’t found anything that works exactly how i want it to
I don’t even know if this can be done. Any help will be awesome!
Mahalo in advance!