| Author | Message | 
		 
		| rhomer 
 
  
 
 
 | 
			
				|  Posted: Tue Jun 01, 2004 7:45 pm    Post subject: Windows Media Player and TURING - WEIRD |  |   
				| 
 |  
				| i just found this out its pretty cool... 
 
 step 1
 Open WMP (Windows Media Player) and play a movie.
 Do not minimize WMP but have it run in the backround so none of it is showing
 
 step 2
 open up turing and type in the following code:
 
 	  | code: |  	  | 
colorback(green)
 cls)
 
 | 
 
 step 3
 now run the program and move the "run window" around the screen.
 
 step 4
 If you see something strange please tell me if this happens to you as well!
 
 
 
 
 ENJOY!!!
 |  
				|  |  | 
	 
		|  |  | 
	
 
		|  | 
		 
		| Sponsor Sponsor
 
  
   |  | 
	 
		|  | 
				 
		| Catalyst 
 
  
 
 
 | 
			
				|  Posted: Tue Jun 01, 2004 7:49 pm    Post subject: (No subject) |  |   
				| 
 |  
				| nothing at all |  
				|  |  | 
	 
		|  |  | 
	
 
		|  | 
				 
		| rhomer 
 
  
 
 
 | 
			
				|  Posted: Tue Jun 01, 2004 7:53 pm    Post subject: (No subject) |  |   
				| 
 |  
				| thats strange....for me you can see the movie through the green in the window..only green |  
				|  |  | 
	 
		|  |  | 
	
 
		|  | 
				 
		| jonos 
 
  
 
 
 | 
			
				|  Posted: Tue Jun 01, 2004 8:06 pm    Post subject: (No subject) |  |   
				| 
 |  
				| It's a Microsoft conspiracy to impose it's own programs on Turing programmers trying to make programs with green backgrounds!!!!!!!!! |  
				|  |  | 
	 
		|  |  | 
	
 
		|  | 
				 
		| Dan 
 
  
 
 
 | 
			
				|  Posted: Tue Jun 01, 2004 8:13 pm    Post subject: (No subject) |  |   
				| 
 |  
				| Did not happen for me. Is it just turing that dose this on your computer? try using MS Paint and making the thing green and do the same thing.... |  
				| Computer Science Canada
Help with programming in C, C++, Java, PHP, Ruby, Turing, VB and more! |  | 
	 
		|  |  | 
	
 
		|  | 
				 
		| greenapplesodaex 
 
  
 
 
 | 
			
				|  Posted: Sat Jun 05, 2004 9:28 pm    Post subject: reply |  |   
				| 
 |  
				| you know, you can crush your computer totaly (must reboot) by setting the screen to a 1 row * 1 coloum and repeatitivly randint an x from 0 to 1 (or some other number... forgot) it's some what amusing |  
				|  |  | 
	 
		|  |  | 
	
 
		|  | 
				 
		| jonos 
 
  
 
 
 | 
			
				|  Posted: Tue Jun 08, 2004 8:15 pm    Post subject: (No subject) |  |   
				| 
 |  
				| Yo Homy it doesn't work: 
 
 	  | code: |  	  | 
setscreen("graphics:1;1")
 
 loop
 put Rand.Int(0,1)
 cls
 end loop
 
 | 
 
 Or is my complex code not right?
 |  
				|  |  | 
	 
		|  |  | 
	
 
		|  | 
				 
		|  |