I'm developing a flash game and I hired a graphic designer to make it look more professional. The problem is that I don't know if I should use timelime animations or sprite sheets. Here is an example of his graphics: www.quickguitartuner.com/monster_reduced.png

How should I proceed for better performance?

Also, if I just split the sprite sheets in many images, put them on an array and keep using add/removeChild() on them will it work properly when talking about performance?

link|improve this question

71% accept rate
feedback

1 Answer

up vote 4 down vote accepted

According to Lee Brimlow, an Adobe Flash platform spokesperson, blitting in flash gives much better performance than using the display list. He has produced several video tutorials on how to do this starting from scratch, which should answer your question "how should I proceed":

http://gotoandlearn.com/play.php?id=140
http://gotoandlearn.com/play.php?id=141
http://gotoandlearn.com/play.php?id=142
http://www.gotoandlearn.com/play.php?id=143

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.