on(rollOver) { if(this._x < 421.9 ) { _root.output_text._alpha = 30; } } on(rollOut) { if(this._x < 421.9 ) { _root.output_text._alpha = 0; } }