It's to call a function on the next frame. It's triggered via the ENTER_FRAME event, and you normally use it to put off some work until something else has happened, such as bindings being updated, or another event propagating through the display list.
Often if you're using it you should have a look at your flow, you might be using a binding where you shouldn't be, or vice versa :) -Josh On Mon, Aug 11, 2008 at 2:06 PM, markflex2007 <[EMAIL PROTECTED]>wrote: > Hi, > > I am confusing how to use callLater and when I have to use it. > > Please give me a demo so I can know the idea. > > Thanks > > Mark > > > ------------------------------------ > > -- > Flexcoders Mailing List > FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt > Search Archives: > http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups > Links > > > > -- "Therefore, send not to know For whom the bell tolls. It tolls for thee." :: Josh 'G-Funk' McDonald :: 0437 221 380 :: [EMAIL PROTECTED]

