What are you trying to accomplish?
On 3/15/10 7:17 AM, "Nini7016 Nini7016" <[email protected]> wrote: Hello :) Did anybodu has worked with synchrone components please ?? I would like to do the equivalent of wait or sleep .?? Anyhelp please ;( ________________________________ To: [email protected] From: [email protected] Date: Sat, 13 Mar 2010 12:48:12 +0100 Subject: RE: [flexcoders] Synchronize with Flex ??? the equivalent of wait or sleep in Java Hello Thank you very much :) ________________________________ To: [email protected] From: [email protected] Date: Fri, 12 Mar 2010 15:47:12 -0800 Subject: Re: [flexcoders] Synchronize with Flex ??? the equivalent of wait or sleep in Java See http://blogs.adobe.com/aharui/2008/01/threads_in_actionscript_3.html On 3/12/10 9:15 AM, "Nini7016 Nini7016" <[email protected] <http://hotmail.com> > wrote: Thank you very much for your answer Could you please give one example using timer and Enter_frame please ? it will be helpful for me thanks again :) ________________________________ To: [email protected] <http://yahoogroups.com> From: [email protected] <http://adobe.com> Date: Fri, 12 Mar 2010 09:05:15 -0800 Subject: Re: [flexcoders] Synchronize with Flex ??? the equivalent of wait or sleep in Java Actionscript execution is single threaded and non-blocking so there are no equivalents. Flash/Flex is effectively event-driven programming. When your code finishes running, the player draws the screen then runs more code triggered by events like ENTER_FRAME and TIMER On 3/12/10 5:19 AM, "Nini7016 Nini7016" <[email protected] <http://hotmail.com> <http://hotmail.com/> > wrote: Hello ;) I would like to know how we can do the equivalent of wait or sleep In Flex please ???? It 's very urgent ???? thank you very much Any idea ??? ________________________________ Commander un cadeau en ligne discrètement? Voir la solution offerte par Internet Explorer8 <http://clk.atdmt.com/FRM/go/207186971/direct/01/> -- Alex Harui Flex SDK Team Adobe System, Inc. http://blogs.adobe.com/aharui

