Page 1 of 1
					
				Pause
				Posted: Thu Feb 23, 2006 6:55 am
				by maxic
				Prompt please.
How to create a delay of time of performance?
			 
			
					
				
				Posted: Fri Feb 24, 2006 3:38 am
				by 7feet
				Not sure if this is what you are looking for, but - 
LM.Snooze(1000) will make a Moho script wait for 1 second (1000 milliseconds) before continuing. I use it a lot so I can see debugging info in the console window inside loops, it usually goes by too fast.
			 
			
					
				
				Posted: Sat Feb 25, 2006 1:19 am
				by maxic
				Thanks. I Seem badly read a manual...  
