Hi list... I'm planning to implement a composite pattern, based on O'Reilly's AS3 Design Patterns book, to create an isometrically drawn high rise building. The composites are each floor, up until the roof, which is the final leaf. One concern I have is for scaling, so as to animate zooming in on each floor. It crossed my mind that the floors might all sort of grow on top of one another if I do this. I don't anticipate that x and y transforms would have this problem.
Any advice is appreciated, - Michael M. _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

