> Does this make sense?

No it doesn't.  I surmise that you are making the variable static,
either by declaring it as static variable or by setting it to a value
when you declare it.  Thus, it ends up shared across all instances of
the class (static variables are class variables, dynamic variables are
instance variables).
_______________________________________________
Flashcoders@chattyfig.figleaf.com
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

Reply via email to