cls flashing... Little help? 
	 
	
		| Author | 
		Message | 
	 
		 
		SKS
 
 
 
    
		 | 
		
		
			
				  Posted: Tue Mar 30, 2004 3:00 pm    Post subject: cls flashing... Little help?  | 
	
				
				 | 
			 
			 
				
  | 
			 
			
				Alright, I'm a rather huge turing newb making an "animation" for my computers class.
 
 
All I want is some text to move across the top of the screen. If I don't use cls, it's just a big black line (obviousely.) If I do, it makes the text flash on and off everytime it goes through the loop.
 
 
Anyone have a remedy? | 
			 
			
				 | 
			 
		  | 
	 
	 
		 | 
		
		 | 
	 
	  
		  | 
	 
		 
		Sponsor Sponsor 
		 
  
		 | 
		
 | 
	 
	 
		  | 
	 
				 
		AsianSensation
 
 
 
    
		 | 
		
		
			
				  Posted: Tue Mar 30, 2004 3:20 pm    Post subject: (No subject)  | 
	
				
				 | 
			 
			 
				
  | 
			 
			
				| use View.Update, there is a pretty good tutorial on this site somewhere. | 
			 
			
				 | 
			 
		  | 
	 
	 
		 | 
		
		 | 
	 
	  
		  | 
	 
				 
		sport
 
  
 
    
		 | 
		
		
			
				  Posted: Tue Mar 30, 2004 4:11 pm    Post subject: Cls  | 
	
				
				 | 
			 
			 
				
  | 
			 
			
				| cls erases everything and than you redraw the thing again that is why it is flashing. | 
			 
			
				 | 
			 
		  | 
	 
	 
		 | 
		
		 | 
	 
	  
		  | 
	 
				 
		Krabjuice
 
 
 
    
		 | 
		
		
			
				  Posted: Tue Mar 30, 2004 4:37 pm    Post subject: (No subject)  | 
	
				
				 | 
			 
			 
				
  | 
			 
			
				| When you declare graphics mode, make sure to use "offscreenonly"  that way the image is pasted on, instead of erased and then pasted on. | 
			 
			
				 | 
			 
		  | 
	 
	 
		 | 
		
		 | 
	 
	  
		  | 
	 
				 
		guruguru
 
  
 
    
		 | 
		
		 | 
	 
	 
		 | 
		
		 | 
	 
	  
		  | 
	 
				 
		 | 
	 
 
	
	
	 
	
	 |