RE: [Flashcoders] RE: Timer object created twice in class

2010-05-04 Thread Merrill, Jason
] RE: Timer object created twice in class Figured out part of it, but don't understand what I figured out - fixed with - if (_tracker == null) { _tracker = new Tracker(_videoScreen); } else { _tracker.init(); } There's no call to init() in my constructor, yet it's being called. How

RE: [Flashcoders] RE: Timer object created twice in class

2010-05-04 Thread Mattheis, Erik (MIN - WSW)
-Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Merrill, Jason Sent: Tuesday, May 04, 2010 2:39 PM To: Flash Coders List Subject: RE: [Flashcoders] RE: Timer object created twice in class _tracker is not null - so