It’s easy but maybe didn’t understand me with my bad english 
I have a flash animation with some movements, that if I cut in parts there are 50 images (photograms)
If I create with these images a spriteSheet, the animation it will see too small because there are a lot of images to complete the animation in sprite’s PNG image, but If I put like a movieClip I can set the original size of image with great image quality because each image has the original size (for example 200x500)
I do this because I’m interested to fit the animation at screen without losing image quality. (If I use a spriteSheet the only way to increase is scaleX and scaleY with losing quality of image)
[lua]animation = movieclip.newAnim({
“animation01.png”,
“animation02.png”,
“animation03.png”,
“animation04.png”,
“animation05.png”,
“animation06.png”,
“animation07.png”,
“animation08.png”,
“animation09.png”,
“animation10.png”,
“animation11.png”,
“animation12.png”,
“animation13.png”,
“animation14.png”,
“animation15.png”,
…
“animation50.png”});[/lua]
Now my question is if there are any method to optimize an animation made by movieClip ?
Thanks!
¡Gracias! 
[import]uid: 93601 topic_id: 17462 reply_id: 66406[/import]