all groups > flash actionscript > december 2005 >
You're in the

flash actionscript

group:

colortransform


Re: colortransform -->dan mode
12/16/2005 2:41:53 PM
flash actionscript: What happens when you put 0 instead on 1?

for(var i=0;i<5;i++){


--

Dan Mode
2006 (Fiscal Year) Internet MVP Award Winner
*Must Read* http://www.smithmediafusion.com/blog

__

colortransform DrEv1l
12/16/2005 9:10:22 PM
hi, I've got a colortransform in a for loop dat loops 4 object giving them a
different color. Now it seems that It never does the first object. all the rest
are fine and do the colorchange. I've checked name and depth and thats all
fine. also when I click on another color It seems that the first one gets the
previous color.

for(var i=1;i<5;i++){
var trans:Transform = new Transform(root.tshirtRond_mc["rand"+i+"_mc"]);
trans.colorTransform = colorTrans;
colorTrans.rgb = 0xFFFF33;
}
Re: colortransform DrEv1l
12/16/2005 10:19:08 PM
AddThis Social Bookmark Button