
-----------------------------------
MiX-MaztA-M8riX
Thu Jan 06, 2005 11:14 am

:: Funky Optical Illusion ::
-----------------------------------
Take A Look At This, another one of those accident cool things  :P 


setscreen ("graphics:max;max,title:By Martin Borowiec,nobuttonbar")

    for size : 1 .. 300
        delay (50)
        Draw.Oval (maxx div 2, maxy div 2, size, size, 255)
    end for

    cls

    for decreasing size : 300 .. 1
        delay (20)
        Draw.Oval (maxx div 2, maxy div 2, size, size, 255)
    end for


FeeD Baq plz!

-----------------------------------
Delos
Thu Jan 06, 2005 4:35 pm


-----------------------------------
Exactly what part of this is an optical illusion?
Or funky for that matter?

-----------------------------------
cool dude
Thu Jan 06, 2005 4:54 pm


-----------------------------------
well technically it's not an optical illusion but u can use your imagination

-----------------------------------
co0kxox
Sat Jan 08, 2005 8:04 pm


-----------------------------------
Its cool,   but I don't think it's optical illusion......  :D

-----------------------------------
MiX-MaztA-M8riX
Wed Jan 12, 2005 12:01 pm


-----------------------------------
I thought I would call it one, cuz your actually seeing the 'X' when its not there  :wink:

-----------------------------------
gandalf11111
Wed Jan 12, 2005 5:34 pm


-----------------------------------
Im pretty sure thats just a bug in turing?  Or maybe something with the frames refreshing?  It is sort of funky, but I wouldn't call it an optcal illusion either.

-----------------------------------
apomb
Wed Jan 12, 2005 11:18 pm


-----------------------------------
its the friggin pixels making a _pattern_, its not that its a bug, but plainly that not all of the pixels on the screen are filled... that is all, 
Obsoive: if you use Draw.FillOval then this happens 

setscreen ("graphics:max;max,title:By Martin Borowiec,nobuttonbar")

for size : 1 .. 300
    delay (50)
    Draw.FillOval (maxx div 2, maxy div 2, size, size, 255)
end for

cls

for decreasing size : 300 .. 1
    delay (20)
    Draw.FillOval (maxx div 2, maxy div 2, size, size, 255)
end for

Notice the lack of space between circles .... no bug
please stop making useless posts, gandalf if you dont know what youre talking about before the mods get you!  ... thanks
- Compwiz

-----------------------------------
sport
Wed Jan 12, 2005 11:47 pm


-----------------------------------
I personally think it looks pretty good,  but the decreasing loop just ruins the whole thing, don't use.

-----------------------------------
MiX-MaztA-M8riX
Fri Jan 14, 2005 12:16 pm


-----------------------------------
I think you guys are missing the point.

When the circle is enlarging, you have to stare at the middle point of the circle. And when it does the decreasing loop it gets all funky on the eyes :wink: 

Please tell me you werent seeing this before... and then tell me if its an optical illusion.
