Is it possible to pause a for loop?

This is a discussion on Is it possible to pause a for loop? within the Macromedia Flash forums in Adobe Tools category; Hi all! I wonder if it's possible in anyway, without using any timelines, to "pause" a for loop.for a couple of second if some statement returns true during the loop? I.e. like this sketch up of a code example: Thanks for any help for (var i:int = 0; i<100; i++){ if (i devidable by 3) { function pauseLoop():void{ // code to pause 2 sec. + myTextField.text = String(i); } }else(){ // continue loop; } }...

Go Back   Application Development Forum > Adobe Tools > Macromedia Flash

Object Mix

Register FAQ Calendar Search Today's Posts Mark Forums Read
  #1  
Old 11-10-2008, 04:30 PM
GerrardLFC
Guest
 
Default Is it possible to pause a for loop?

Hi all!

I wonder if it's possible in anyway, without using any timelines, to "pause" a
for loop.for a couple of second if some statement returns true during the loop?
I.e. like this sketch up of a code example:

Thanks for any help



for (var i:int = 0; i<100; i++){
if (i devidable by 3) {
function pauseLoop():void{
// code to pause 2 sec. +
myTextField.text = String(i);
}
}else(){
// continue loop;
}
}

Reply With Quote
  #2  
Old 11-10-2008, 06:03 PM
kglad
Guest
 
Default Re: Is it possible to pause a for loop?

there is no way to pause or slow a for-loop or while-loop. you would have to
code for breaks in your for-loop(s) or use setInterval() or an onEnterFrame
loop to control the loops execution after it starts.

Reply With Quote
  #3  
Old 11-11-2008, 03:04 AM
GerrardLFC
Guest
 
Default Re: Is it possible to pause a for loop?

I always value your answers, so thanks for that, Kglad. I'll look into another way of completing my task then
Reply With Quote
  #4  
Old 11-11-2008, 01:37 PM
kglad
Guest
 
Default Re: Is it possible to pause a for loop?

you're welcome.
Reply With Quote
Reply


Thread Tools
Display Modes


All times are GMT -5. The time now is 01:02 AM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
vB Ad Management by =RedTyger=

In an effort to better serve ads to our visitors, cookies are used on objectmix.com. For more information, check out our Privacy Policy.