(); layer.visible = true; timer = new Timer(onMyTimer, ""); timer.interval = 30; timer.enabled = true; } function onMyTimer() { if( brightness+10 < 255 ) { brightness += 10; } else { brightness = 255; } //if( opacity-10 > 0 ) 分享回复4 百度空间吧 怎么减小透明度,取消...