Programming C, C++, Java, PHP, Ruby, Turing, VB
Computer Science Canada 
Programming C, C++, Java, PHP, Ruby, Turing, VB  

Username:   Password: 
 RegisterRegister   
 :: Funky Optical Illusion ::
Index -> Programming, Turing -> Turing Submissions
View previous topic Printable versionDownload TopicRate TopicSubscribe to this topicPrivate MessagesRefresh page View next topic
Author Message
MiX-MaztA-M8riX




PostPosted: Thu Jan 06, 2005 11:14 am   Post subject: :: Funky Optical Illusion ::

Take A Look At This, another one of those accident cool things Razz

code:

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!
Sponsor
Sponsor
Sponsor
sponsor
Delos




PostPosted: Thu Jan 06, 2005 4:35 pm   Post subject: (No subject)

Exactly what part of this is an optical illusion?
Or funky for that matter?
cool dude




PostPosted: Thu Jan 06, 2005 4:54 pm   Post subject: (No subject)

well technically it's not an optical illusion but u can use your imagination
co0kxox




PostPosted: Sat Jan 08, 2005 8:04 pm   Post subject: (No subject)

Its cool, but I don't think it's optical illusion...... Very Happy
MiX-MaztA-M8riX




PostPosted: Wed Jan 12, 2005 12:01 pm   Post subject: (No subject)

I thought I would call it one, cuz your actually seeing the 'X' when its not there Wink
gandalf11111




PostPosted: Wed Jan 12, 2005 5:34 pm   Post subject: (No subject)

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




PostPosted: Wed Jan 12, 2005 11:18 pm   Post subject: (No subject)

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
code:
Draw.FillOval
then this happens
code:

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




PostPosted: Wed Jan 12, 2005 11:47 pm   Post subject: (No subject)

I personally think it looks pretty good, but the decreasing loop just ruins the whole thing, don't use.
Sponsor
Sponsor
Sponsor
sponsor
MiX-MaztA-M8riX




PostPosted: Fri Jan 14, 2005 12:16 pm   Post subject: (No subject)

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.
Display posts from previous:   
   Index -> Programming, Turing -> Turing Submissions
View previous topic Tell A FriendPrintable versionDownload TopicRate TopicSubscribe to this topicPrivate MessagesRefresh page View next topic

Page 1 of 1  [ 9 Posts ]
Jump to:   


Style:  
Search: