使用tweener改变影片剪辑颜色。
摘要:
import caurina.transitions.Tweener;import caurina.transitions.properties.ColorShortcuts;ColorShortcuts.init();Tweener.addTween(event.target, {_color:0x0000FF, time:1, transition:"linear"});as3的版本。注意两个... 阅读全文
posted @ 2010-03-03 17:07 『小小菜鸟』 阅读(680) 评论(0) 推荐(0) 编辑