What I'm trying to do is get these icons that are not selected to tint to black. I'm using the 3D carousel from gotoandlearn.com but I can't seem to get the right syntax.
Here is my code.
if(t != this._parent && t!= dDown)
{
t.tween("_tint", {tint:0xFF0000, percent:50}, 2, "easeOutCubic");
var tw3:Tween = new Tween(t, "_tint", {tint:0x000000, percent:50}, 1, 'easeOutBounce');
}
these both don't work. Can anyone shove me in the right direction?
Thanks,

New Topic/Question
This topic is locked



MultiQuote



|