It's tracing false because it has never really changed. Your setting the attribute triggers the watch() method before it gets set. Depending on how you exit from watch() will determine if your property gets set or not. That is why it is tracing false.
Your enterframe is probably not seeing it because you instantiated your class in a local variable as opposed to a property within your object (in this case, the _root timeline). jord ---------- Original Message ---------------------------------- From: "Michel Scoz" <[EMAIL PROTECTED]> Reply-To: Flashcoders mailing list <[email protected]> Date: Wed, 9 Aug 2006 15:22:43 -0300 >I still dont understand what happens that when I change a class attribute to >true, and it traces false > >Like I mentioned earlier... > >And even if I check this class attribute in an EnterFrame event, it will >trace as undefined forever ________________________________________________________________ Sent via the WebMail system at interactivityunlimited.com _______________________________________________ [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

