首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web前端 >

用实验中的Actionscript 3.0实现色彩拾取

2013-09-11 
用实验中的Actionscript 3.0实现颜色拾取?var?linkageId??Bliss.jpg var?myBitmapData??flash.displa

用实验中的Actionscript 3.0实现颜色拾取

?var?linkageId?=?"Bliss.jpg";
var?myBitmapData?=?flash.display.BitmapData.loadBitmap(linkageId);
var?mc?=?this.createEmptyMovieClip("mc",?this.getNextHighestDepth());
mc.attachBitmap(myBitmapData,?this.getNextHighestDepth());
var?colorTrans?=?new?flash.geom.ColorTransform();
var?rect?=?createRectangle(100,?20,?0x000000);
var?trans?=?new?flash.geom.Transform(rect);
onEnterFrame?=?function?()?{
colorTrans.rgb?=?myBitmapData.getPixel(_xmouse,?_ymouse);
trans.colorTransform?=?colorTrans;
};示例:
源文件:

colorPick_Bliss.rar
本文转自:http://www.5uflash.com/flashjiaocheng/Flash-as3-jiaocheng/312.html

热点排行