On 2/2/06, Manuel Saint-Victor <[EMAIL PROTECTED]> wrote: > > Okay- let's meander back to the part where I learn from my question.... > So If i create a class with a bunch of static methods from what I've read > , > I can use those methods without instantiating the class. This would > effectively create the ability for them to be called from any timeline > like > so NotReallyGlobal.staticMethod(); Am I getting that part correct? > > > M >
Hi Manuel, Yes, that's correct. Ian _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

