| Go through the tutorials in flash, you can either use frame by frame animation (where you draw each frame, like cartoon artists do), or you can use tweening, in which you set a start position and a finish position for each element (and number of frames between) and flash works out all the bits in between.
Frame-by-frame is more versatile, but takes much longer.
I don't really do much animation myself using the frame bar in flash, I prefer to code my animations, which is utterly absurd, but it's my way.
Hope this helps a little. You can find many flash tutorials online, once you have finished the built in ones. |