onClipEvent (mouseMove) {
if (this.hitTest(_root._xmouse, _root._ymouse, false)) {
_root.puls1._xscale=150;
_root.puls1._yscale=150;
_root.loading = "piccoletto";
}
else{
_root.puls1._xscale=100;
_root.puls1._yscale=100;

_root.loading._clear;??????
}}