Hi everybody,
I've been learning actionscript from tutorials and some book since I registered this page a couple of weeks ago, and I've been able to make a working checkers game wich shows all my adquired skills.
Now I think I'm ready to make the next step and try to make a platform game (after the exams next week) and I was wondering how can you deal with all the animations of the same character (jump, walk...), do you must make a new symbol for each and then removeChild/addChild and give the new one all the properties from the old? (I hope not).
And just one last question, is it better to program in the timeline or making a Class for each symbol?
Thanks a lot!