what specifically things would you need to know how to do in Flash interface designing and Flash actionscripting? What certain tasks would you do the most in a collaborative project?
From my latest solo projest, I’ve learned the following:
[LIST]
[]A customizable design for a preloader,
[]A dynamic textfield that displays information from an external txt file
[]The principle of breaking up an entire Flash site into external swfs that can load up via frame command or button/movieclip command
[]Creating different shapes of masks and understanding how I can use them in a design, for example creating the popular mask effect of animated a large graphic inside a movie clip without the viewer seeing the edges of the graphic itself.
[]Minimizing the need for importing actual jpgs and gifs into a Flash movie when some images can be easily created in Flash
[]Animated button rollovers can be achieved in two ways: a movieclip embedded in the “Over” state of a button, or the button can have a line of actionscript that “calls” the rollover from a external movie clip
[]Using semi-invisible buttons and layering them on top of text that shouldn’t be broken up (because when you break up text inside of a button it looks distorted)
[]Loading an external jpg into Flash (but not a gif yet)[/LIST]