At 1/4/07 11:31 AM, Kenney wrote:
At 1/4/07 09:59 AM, backflipair wrote:
You don't need AS for that. You can just change it's alpha properties in the "Colour" window. This will make it semi-transparent, giving the object on the layer beneath a tinted effect. But if you really want dynamic tint, use the _alpha property, ranging from 0 to 100. For example,
onClipEvent(enterFrame){
this._alpha=50;
}
1. He asked the AS, he probably knows you can do it by hand.
2. You're explaining alpha not tint, your way is noob.
There is no direct AS for the tint property but it can be achieved, but it's quite difficult.
Your both noobs :P For AS tint you would use setTransform()
Heres a link: http://www.adobe.com/support/flash/action_scr ipts/actionscript_dictionary/actionscript_dic tionary146.html