
1 2 3 4 5 6 7 8 9 | //Here we assume some MovieClip needs to be tinted green. //dependencies: //rb: is the red value //gb: is the green value //bb: is the blue value //aa: is the alpha for the tint var myNewColor = new Color(myMovieClip); myNewColor .setTransform({rb:0,gb:255,bb:0, aa:100}); |

August 6th, 2010 at 2:35 pm
[...] This post was mentioned on Twitter by Todd Vaughn, Todd Vaughn, Todd Vaughn, Todd Vaughn, Todd Vaughn and others. Todd Vaughn said: [cc lang="actionscript"] //He… http://myfriendtodd.com/?p=198 [...]