Stò utilizzando questo codice per trascinare un movieclip:
mccommento.onPress = function()
{
startDrag(this,true)
}
mccommento.onRelease = mccommento.onReleaseOutside = function()
{
stopDrag()
}
Tutto ok se non per il fatto che, al clic del mouse, il mc si sposta e non coincide esattamente con il punto in cui ho cliccato (puntatore del mouse). C'è un modo per evitare questo brutto effetto??