See http://blogs.adobe.com/aharui/2008/01/threads_in_actionscript_3.html
On 3/12/10 9:15 AM, "Nini7016 Nini7016" <[email protected]> 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] From: [email protected] 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/> > 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

