RE: [Flashcoders] Timer object created twice in class

2010-05-05 Thread Karina Steffens
coders- > boun...@chattyfig.figleaf.com] On Behalf Of Eric E. Dolecki > Sent: 04 May 2010 8:25 > To: Flash Coders List > Subject: Re: [Flashcoders] Timer object created twice in class > > Before I can go any further, I saw this in your code: > > if (1 == 1) { > > ... ?!

Re: [Flashcoders] Timer object created twice in class

2010-05-04 Thread Eric E. Dolecki
Before I can go any further, I saw this in your code: if (1 == 1) { ... ?!?! On Tue, May 4, 2010 at 2:58 PM, Mattheis, Erik (MIN - WSW) < ematth...@webershandwick.com> wrote: > Here's a snippit and a timeline version of it - when I run it on the > timeline, it works as expected, but when I

RE: [Flashcoders] Timer object created twice in class

2010-05-04 Thread Merrill, Jason
>> if (1 == 1) FYI - that will ALWAYS be true. :) Jason Merrill Bank of America Global Learning Learning & Performance Solutions Join the Bank of America Flash Platform Community and visit our Instructional Technology Design Blog (note: these are for Bank of America employees only) ___

[Flashcoders] Timer object created twice in class

2010-05-04 Thread Mattheis, Erik (MIN - WSW)
Here's a snippit and a timeline version of it - when I run it on the timeline, it works as expected, but when I run it within my class it acts as though there are two instances of the _timer object. On the timeline, it works as expected, tracing, 1 1 True But when I have it inside my class, it