[flexcoders] Variable changes value without being set

2009-03-09 Thread reflexactions
Really odd problem. A variable is set to true in code, but when I step through the code and watch the variable by the next line it has become false again even thought it wasn't set. I even have tried turning it into a set/get property and put a break on the setter, and still it changes from

RE: [flexcoders] Variable changes value without being set

2009-03-09 Thread Alex Harui
@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of reflexactions Sent: Monday, March 09, 2009 12:51 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Variable changes value without being set Really odd problem. A variable is set to true in code, but when I step through the code