| 
		
	
	
	
		
	Posts: 6Threads: 2
 Joined: Jan 2008
 
	
	
		im new to this..... how can i get this to repeat it self???
 
 
 rep	500
 0.6
 lef 930 499
 0.4
 lef 888 731
 0.4
 lef 910 127
 0.4
 
 rep 1
 0.6
 lef 814 718
 0.6
 lef 1203 23
 
	
	
	
		
	Posts: 6Threads: 2
 Joined: Jan 2008
 
	
	
		the command are indented but cant post it properly....the macro runs fine 500 times then the 1 time but then ends....i wanna repeat it over again!!!!!
	 
	
	
	
		
	Posts: 1,769Threads: 410
 Joined: Feb 2003
 
	
	
		you can rep the entire thing by doing this. rep,rep 500
 ,,0.6
 ,,lef 930 499
 ,,0.4
 ,,lef 888 731
 ,,0.4
 ,,lef 910 127
 ,,0.4
 ,,
 ,rep 1
 ,,0.6
 ,,lef 814 718
 ,,0.6
 ,,lef 1203 23
 
	
	
	
		
	Posts: 6Threads: 2
 Joined: Jan 2008
 
	
	
		ken gray Wrote:you can rep the entire thing by doing this.
 
 rep,rep 500
 ,,0.6
 ,,lef 930 499
 ,,0.4
 ,,lef 888 731
 ,,0.4
 ,,lef 910 127
 ,,0.4
 ,,
 ,rep 1
 ,,0.6
 ,,lef 814 718
 ,,0.6
 ,,lef 1203 23
 
doesnt work....the second rep comes up green?!?!?!
	 
	
	
	
		
	Posts: 1,769Threads: 410
 Joined: Feb 2003
 
	
	
	
		
	Posts: 331Threads: 60
 Joined: May 2006
 
	
	
		You could also try this.
 
 ;Crep 500
 ,0.6
 ,lef 930 499
 ,0.4
 ,lef 888 731
 ,0.4
 ,lef 910 127
 ,0.4
 ,;
 rep 1
 ,0.6
 ,lef 814 718
 ,0.6
 ,lef 1203 23
 goto C
 |