找考题网-背景图
单项选择题

若有一名为“leaf”绘制的叶片影片剪辑实例,若想实现为该实例设计逆时针旋转的动画,编写的onClipEvent事件处理程序的脚本应是:()。  

A. onClipEvent(enterFrame){this._alpha= this._alpha - 1}
B. onClipEvent(enterFrame){this._rotation= this._rotation - 1}
C. onClipEvent(enterFrame){this._alpha= this._alpha+ 1}
D. onClipEvent(enterFrame){this._rotation= this._rotation + 1}

热门试题