tengo un problema y he siguido probando de una y otra manera para cargar mi animacion...
hice una animacion q tiene un drag and drop, lo cargo a traves de " contenedor.loadMovie("DemoT3OA5.swf"); ", el archivo se carga pero no funciona el drag and drop....
el codigo para el boton es el siguiente:
on (press) {
swapDepths(100);
startDrag("/img2_mc");
}
on (release) {
stopDrag();
if (getProperty("/img2_mc", _droptarget) eq "/cua_mc") {
_root.img2_mc._visible = false;
_root.fig2_mc._visible = true;
_root.esc=2;
} else {
setProperty("/img2_mc", _x, "6");
setProperty("/img2_mc", _y, "49");
}
}
img2_mc=al boton
cua_mc=al movie clip con el q se genera la intersepcion..
espero puedan ayudarme y de antemano muchisimas gracias por su tiempo...
