You guys are right, I have mixed two questions into one: 1: properties in AS1/AS2 2: watching properties, EventModel
Hello Rákos, thank you for the link to the documentation of the set/get keywords. On that page, you can read: "NOTE Implicit getter and setter methods are syntactic shorthand for the Object.addProperty() method found in ActionScript 1.0." So I was on the right track and it was only a syntactical AS1-to-AS2 question. ;-) You say: "AsBroadcaster is quite obsolete, why don't use the event dispatching mechanism introduced in MX 2004 (mx.events.EventDispatcher)?" I agree with eka on that, saying: "EventDispatcher isn't native in the AS1/AS2", the mx classes are just AS Code from MM, and thus is not intrinsic to the FlashPlayer in a way. AsBroadcaster is intrinsic. And I have to take a closer look on EventDispatcher, because I currently don't understand, how it can detect changes made to a property. But I'll check the other event modell classes, too. So thank you for your very good input into this direcion. Hello EKA, you live in france? Europeans seem to be a strong part of the flashcoder community. :-) I am in germany. Are there any documented comparisons between AsBroadcaster, mx.events.EventDispatcher, GDispatcher and VEGAS, yet? Thanks, Matthias _______________________________________________ [email protected] To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com

