prova semplicemente:
codice:
on (rollOver) {
	over._visible = true;
	over.startDrag();
}
on (rollOut) {
	over._visible = false;
}