function colore(theClip) {
theClip._alpha=30;
}


on(release){
_root.colore(this);
}