I have a .swf file that contains drag & drop objects and it works well. When I load this file in a diferent flash level (in this case level 1), the validation of targets doesn't work.
The code used to validate is:
if ((_root.drag1._droptarget == "/traget1"
&& (_root.drag2._droptarget == "/target2"
Do I have to change the code?
The code used to validate is:
if ((_root.drag1._droptarget == "/traget1"


Do I have to change the code?