Hi everyone
I'm making a game with lots of character animations and I'm wondering whether there will be any differnce in using Timeline Max or lots of Nested Movieclips
I'm using Flash IDE and the animation I'm making have the main character walking in 12 directions, each walking cycle have 5 bitmaps, I put them into frames in symbols (I don't want to make some animation classes or load bitmap classes)
The character also picks up many different kinds of weapons, with differnt movieclips showing the walking with different weapons in 12 directions, plus animation for shooting, get hit, effects etc...
I've never made a game with so much animation before, I may be doing this in a very inefficient way
What I do is to have a character container, and then different MC symbols for different weapons. Inside the the weapon symbols on the timeline there are lots of different layers, each of them represent animation(movieclips) of the 12direction, shooting, get hit, effects. I use stop() and invisble = false to hide the layers and tweenmax with frame plugin to control the frame animation times and character movement.
I'm wondering whether timelinelite/max will be useful here instead of nested movieclips.
The enemies will most likely be using the same method for animating.will there be any noticeable differences? or is there a better way for doing the character animations?
jus another quick question, I want to get rid of enterframe and use tweenlite for looping(collision detection etc), are all tweenlite/max loops synchronised? e.g. will a 0.03delay loop on the player mc be the same as the enemie mc. Should I just use one main tweenliteloop? had some bad experiences with multiple enterframes before and I heard timers are bad
Many Thanks
Yaure