function stringi(clip){
clip._xscale-=2;
clip._yscale-=4;
}

on (press){
_root.stringi(istanza_mioclip);
}