> Dunno how to explain this better, but is there a way to have a String > broadcast an event when it is changed?
You can look into Object.watch(). It lets you execute code anytime a property's value (including strings) is changed. - pixelTwiddler, a.k.a. Jason _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

