frozenpeas
Technical User
Hi,
I have tried a few methods but I'll lead the post with this one. The value for j is tracing properly (100 through 0) but I cannot apply the value to picHolder's alpha property.
If I set picHolder._alpha to a static value, it sets the alpha. But it refuses to take the j value.
Thanks.
frozenpeas
--
Micfo.com Affiliate Program
I have tried a few methods but I'll lead the post with this one. The value for j is tracing properly (100 through 0) but I cannot apply the value to picHolder's alpha property.
If I set picHolder._alpha to a static value, it sets the alpha. But it refuses to take the j value.
Thanks.
Code:
for(var j:Number=100;j>0;j--){
picHolder._alpha = j;
trace(j);
}
frozenpeas
--
Micfo.com Affiliate Program