I received a Flash job to do the other day and none of it was done programatically. All transitions, rollovers, etc., were done with the built-in button states, layers, and all that stuff that I hardly ever work with except through code (since you can do it all by programming custom MCs). All the tweens actually seem to have been done by hand (right clicking "make tween" or whatever). Most problematically, a menu that was six items high was actually made by doing 6 layers in several places, so changing it involved going to all those places and changing.
I do not need help with the app as it required simple mods (all work x20, basically). However, my question is this: is it possible that the developer used some tool to actually make all those menus and so forth? Or did he really make them pixel by pixel instead of doing them programatically (write once, reuse forever)?
The way he/she did it seems foolish to me, but I'm asking here to make sure that I'm not the one missing the boat.