Nautica
10-23-2003, 01:45 PM
Ive tryed over and over again to get this right but It jus doesnt seem to be working.
the target = area1
the draggable object = ball
(code for ball)
on (press){
startDrag(this,true);
}
on (release){
stopDrag();
if (ball._droptarget == "/area"){
area._visible=false;
}
}
this should I work, i read up on alot of tutorials, dragging it and dropping it works, the droptarget jus wont work.
anyone have any ideas? flashmx2004.
the target = area1
the draggable object = ball
(code for ball)
on (press){
startDrag(this,true);
}
on (release){
stopDrag();
if (ball._droptarget == "/area"){
area._visible=false;
}
}
this should I work, i read up on alot of tutorials, dragging it and dropping it works, the droptarget jus wont work.
anyone have any ideas? flashmx2004.