Drag and Drop Error1010 part of the time?
I have a drag and drop game that uses arrays for targets. I have a property on the array of "allowed" so that I can have 4 target "zones".
However, I had a problem in the sense that I kept getting a 1010 error due to using the allowed property (if I dropped the mc on the outside of the target, it was likely I would see a 1010 error).
I figured out that I needed to add my "allowed" property to all of my other movieclips, and it works for the most part. However, it appears that if I drop my movieclips on the border of another movieclip, I get a 1010 error.
I've applied my "allowed" property to everything I could find, event "root" (due to some images that were also causing the 1010 error) and this keeps happening.
Any ideas?
