|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
另外在属性面板中还增加了一个“设备”设置选项,需要说明的是“设备”设置功能在FlashPlayer环境中不能使用,需要FlashLite1.0或FlashLite1.1的支持才可以。
poluoluo中心提醒:利用tweener改动影片剪辑色彩。
importcaurina.transitions.Tweener;
importcaurina.transitions.properties.ColorShortcuts;
ColorShortcuts.init();
Tweener.addTween(event.target,{_color:0x0000FF,time:1,transition:"linear"});
as3的版本。
注重两个成绩
importcaurina.transitions.properties.ColorShortcuts;
ColorShortcuts.init();
这个必定要加的,否则色彩没法改动,固然不报错。
注重_color的写法。不克不及写成color,否则就报错了,属性不存在。
Tweener.addTween(event.target,{_color:0x0000FF,time:1,transition:"linear"});
用于设计和编辑Flash文档。1996年11月,美国Macromedia公司收购了FutureWave,并将其改名为Flash。后又被Adobe公司收购。 |
|