Hello!
I have a simple Flash animation - fading in and out different images. I have done it with an Actionscript (changing alpha value). That worked ok only on new processors - on all others it eats 100% CPU. I then tried to do it with timeline (motion tween between 2 alpha values of picture). Now it is considerably better, but on CPUs lower than 2 GHz it still eats 100% CPU. Size of animation is 940x160. How can I do this fading correctly so that CPU will not have to do so much calculations?? Please help me!
I have a simple Flash animation - fading in and out different images. I have done it with an Actionscript (changing alpha value). That worked ok only on new processors - on all others it eats 100% CPU. I then tried to do it with timeline (motion tween between 2 alpha values of picture). Now it is considerably better, but on CPUs lower than 2 GHz it still eats 100% CPU. Size of animation is 940x160. How can I do this fading correctly so that CPU will not have to do so much calculations?? Please help me!