Re: [flexcoders] Timer questions

2008-04-24 Thread Kevin
PROTECTED] On Behalf Of markgoldin_2000 Sent: Tuesday, April 22, 2008 8:22 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Timer questions 1. If I timer.start() in a loop will the loop be waiting for TimerEvent to complete before it (loop) moves to next step? 2. Do I need to timer.stop

RE: [flexcoders] Timer questions

2008-04-24 Thread Gordon Smith
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Kevin Sent: Thursday, April 24, 2008 6:56 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Timer questions along these same lines, is there a reason to use a Timer vs a setTimeout

[flexcoders] Timer questions

2008-04-22 Thread markgoldin_2000
1. If I timer.start() in a loop will the loop be waiting for TimerEvent to complete before it (loop) moves to next step? 2. Do I need to timer.stop() inside of TimerEvent handler to make sure Flex processes that handler in a whole? What I mean is if a timer interval is very small and handler

RE: [flexcoders] Timer questions

2008-04-22 Thread Alex Harui
: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of markgoldin_2000 Sent: Tuesday, April 22, 2008 8:22 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Timer questions 1. If I timer.start() in a loop will the loop be waiting for TimerEvent to complete before it (loop) moves