http://proto.layer51.com/d.aspx?f=454
On Mar 21, 2006, at 4:13 PM, Danny Kodicek wrote:
Using setInterval, I can only call a method (or funciton) same time
later. I can't continue to run from the same point, at same function.
Exist another solution for this?
Yes, put your remaining code into a separate function:
id=setInterval(function(){myRemainingCode},2000)
You can comfortably (well, messily) create a whole set of commands
that run at intervals. The only problem is that you might want to
avoid any other functions running in the intervening time.
Danny
_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com
www.itseveryday.ro
www.iashido.com
_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com