Re: [flexcoders] Dealing Cards Sequentially

2006-02-20 Thread list
I think you mean something like the setInterval() of as2. That is replaced by the timer class in as3. I haven't used it yet, but when you know what to look for things should be easier already. Good luck. Sonja Duijvesteijn > Hi Folks: > I'm animating the dealing of a deck of cards. The anim

[flexcoders] Dealing Cards Sequentially

2006-02-20 Thread quasimotoca
Hi Folks: I'm animating the dealing of a deck of cards. The animation is not a problem thanks to excellent AS3 methods! What the issue is is I'd like to deal each card individually. What currently happens is I put everything in a loop and animate the cards moving from point A to point B. Ho