e cosa cambia?

_root.createEmptyMovieClip("gigi",1);
_root.gigi.loadMovie("foto.jpg");
_root.gigi.onPress=function() {
this.startDrag();
}
_root.gigi.onRelease=function() {
this.stopDrag();
}

ciauz