I use get someSuch(): 1. When I'm making components in the v2 framework and I want to make vars show up in the IDE (using metadata) 2. When I know I'll need to access a public property and don't want to call a method explicitly every time
I use getSomeSuch() for: 1. Private members 2. Event handling 3. When no setter is needed Just off the top of my head. You could use get someSuch() for everything. It's just a matter of style I guess. MIke _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

