cosi' è grande ma compare sempre in alto a sinistra anche cambiando x,y:

on(release){
_root.attachMovie ("dovesiamo",uno,100);
_root.uno._x = 200;
_root.uno._y = 300;
_root.hubstage._alpha = 40;
_root.rosso1._alpha = 100;
_root.rosso2._alpha = 100;
}