if (this._alpha<100) {
this._alpha = this._alpha+5;
this._y = this._y+3;
this._yscale = this._yscale-50;
gotoAndPlay (2);
} else {
this._alpha = 100;
stop ();
}
//通过控制字母的_yscale属性,实现字母纵向伸缩并渐显的效果
到此,六种文字特效的控制代码就写好了,下面还需要编写对mc控制代码进行控制的mc,听起来蛮复杂的,其实很简单的,请跟我来。
更多内容请看PCdog.com--Photoshop精彩特效大全专题
