hello,
heres the problem, i have made a movie clip so that you can drag and drop it with this code:
on(press){
startDrag(this,false);
}
on(release){
stopDrag();
}
thats all good, but i need a way so that after you release it and then click on it again it will move to a specific place on the stage,
any ideas will be helpfull,
thanks