rollOver、rollOut、_alpha

このボタン(ムービークリップ)に設定したスクリプト

on (rollOver) {
	this._alpha = 30;
}
on (rollOut) {
	this._alpha = 100;
}

flash0016.fla