codice:
on(press) {
this.startDrag();
if (_root.sposta==0){ 
_parent.scf = (Key.isDown(Key.SHIFT)) ? 0.98 : 1.02; 
_parent.gotoAndPlay(10); 
}}
 
on(release){
_parent.stop(); 
stopDrag(); 
}