onClipEvent (enterFrame) {
this._alpha = 0;
if (_root.x>10) {
this._alpha = 100;
} else {
this._alpha = 0;
}
}


il codice inserito è quello ma lo steso non va

edito per dire che no funziona nemmeno solo questo

onClipEvent (enterFrame) {
this._alpha = 0;
}