Computer Science Canada

Windows Media Player and TURING - WEIRD

Author:  rhomer [ 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!!!

Author:  Catalyst [ Tue Jun 01, 2004 7:49 pm ]
Post subject: 

nothing at all

Author:  rhomer [ Tue Jun 01, 2004 7:53 pm ]
Post subject: 

thats strange....for me you can see the movie through the green in the window..only green

Author:  jonos [ Tue Jun 01, 2004 8:06 pm ]
Post subject: 

It's a Microsoft conspiracy to impose it's own programs on Turing programmers trying to make programs with green backgrounds!!!!!!!!!

Author:  Dan [ Tue Jun 01, 2004 8:13 pm ]
Post 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....

Author:  greenapplesodaex [ 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

Author:  jonos [ Tue Jun 08, 2004 8:15 pm ]
Post 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?


: