Wha happened to the optical iilusion post?

Miscellaneous Forums/General Discussion/Wha happened to the optical iilusion post?

I can't seem to find it anywhere?

Yeah I couldn't either. Real shame as it was good. I can post again but it may just get deleted. Must have been deemed too off topic I guess even though it was a computer-based animation.

I can still see it... Oops nope it's gone again! Must have been an optical illusion.

haha, had me going for a nano sec.

That was the coolest illusion

Look it's now in Blizmax, so this cannot be deleted...?


rem
If your eyes follow the movement of the rotating pink dot, you will only see one color, pink.
If you stare at the black + in the center, the moving dot turns to green.
Now, concentrate on the black + in the center of the picture. After a short period of time,
all the pink dots will slowly disappear, and you will only see a green dot rotating if you're lucky!
It's amazing how our brain works. There really is no green dot, and the pink ones really don't disappear.
This should be proof enough, we don't always see what we think we see.
end rem

Strict


Const NumberOfCicles=12




Graphics 640,480


Local Timer#=MilliSecs()
Local Hidden=0


SetBlend ALPHABLEND


SetClsColor 180,180,180
While Not KeyDown(Key_Escape)

Cls


SetAlpha 1
SetColor 0,0,0
SetLineWidth 3
DrawLine 320-6,240,320+5,240
DrawLine 320,240-6,320,240+5




If Timer#+100<MilliSecs() Then
	Hidden:+1
	Timer#=MilliSecs()
End If
If Hidden>NumberOfCicles Then Hidden=1




For Local n=1 To NumberOfCicles
	
	If n<>hidden Then
	
	SetColor 255,0,255
	
	
	For Local tmpAlpha#=0 To 1 Step 0.1
		SetAlpha tmpAlpha#*0.2
		
		Local size#=50*((1-tmpAlpha#))
		
		DrawOval 320-size#/2+Cos(Float(n)/NumberOfCicles*360)*120,240-size#/2+Sin(Float(n)/NumberOfCicles*360)*120,size#,size#
	
	Next
	
	
	End If
	
Next




Flip


Wend



Hey Luke! Really nice work on that conversion, it's better than the original wicked!

now I can safely post the link again:

http://www.jbcomputersolutions.com/misc/illusion.html

Heh, it was deleted because I said 'this gets my vote for 'best thread about to get deleted 2006'!'. No, wait, it got deleted because it completely off topic. Because of sucky, sucky people. Love you though Luke. =]