Hello all, this is a more general question about how people are organizing
their display code, particularly where attachMovie used to be used in AS2.

My UI code basically centered on three things: a list of attachMovie()
calls to attach and position graphic elements, event handling for
interactive elements, and finally tweening everything into place. In AS2 my
swfs were always blank, one-frame affairs that built everything
dynamically. I would like to stay within this same framework, but I'm not
necessarily trying to replicate my AS2 methods. I would like to maintain my
habit of keeping everything OFF of the timeline.

Using libraries is slightly different now-- obviously better in many
respects -- in that everything is its own object. But attaching library
objects to the display list is a bit more tedious and I'm considering the
best approach for my UI building scripts. Any insights into others'
workflow habits would be great.

Thanks!

Jason Van Pelt
Interactive Developer
504.210.1232 (p) / 504.581.2731 (f)
Peter A. Mayer Advertising, Inc.
www.peteramayer.com_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to