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

Username:   Password: 
 RegisterRegister   
 The most amazing 3D Effect you'll ever see made in Turing!
Index -> Programming, Turing -> Turing Submissions
Goto page 1, 2  Next
View previous topic Printable versionDownload TopicRate TopicSubscribe to this topicPrivate MessagesRefresh page View next topic
Author Message
templest




PostPosted: Sat Feb 07, 2004 3:34 pm   Post subject: The most amazing 3D Effect you'll ever see made in Turing!

It's a flat-surfaced circle, rotating in circles. But wait!

Is it rotating the full 360º to the left continuosly? or is it to the right?
OR
Is it rotating the full 360º before changing directions?
WAIT!
Could it be rotating 180º to the right and then switichng directions?
OR
Could it be rotating 180º to the left before going right?

Without looking at the code, You'll never know! Twisted Evil Very Happy Twisted Evil Very Happy Twisted Evil Very Happy

Note, It's almost a meg for some reason, I compressed it using RAR. If enough people complain I'll switch it to ZIP. (RAR = Smaller File!)

EDIT: It's a ZIP now. Wink
Sponsor
Sponsor
Sponsor
sponsor
Paul




PostPosted: Sat Feb 07, 2004 3:45 pm   Post subject: (No subject)

Uh... your right, it is hard to see. But my guess is, its not rotating at all.
TheXploder




PostPosted: Sat Feb 07, 2004 3:46 pm   Post subject: (No subject)

hehe I like it... Nice effect..
templest




PostPosted: Sat Feb 07, 2004 3:47 pm   Post subject: (No subject)

Quote:
Uh... your right, it is hard to see. But my guess is, its not rotating at all.


(RADIO): Negative. Twisted Evil

How I'm getting that circle drawn will remain a mystery. Wink
Cervantes




PostPosted: Sat Feb 07, 2004 3:50 pm   Post subject: (No subject)

it won't let me uncompress it... I do have an old winRar and it is shareware that just expired when I opened it today (though it let me open it and all).

I'd appritiate it if you'd post it as a ZIP file Smile
templest




PostPosted: Sat Feb 07, 2004 3:52 pm   Post subject: (No subject)

Done. Replaced with ZIP. 8)
santabruzer




PostPosted: Sat Feb 07, 2004 3:52 pm   Post subject: (No subject)

eh... i don't see any file what so ever...
templest




PostPosted: Sat Feb 07, 2004 3:55 pm   Post subject: (No subject)

EDIT: Alright, Done. ZIP is up.
Sponsor
Sponsor
Sponsor
sponsor
santabruzer




PostPosted: Sat Feb 07, 2004 4:07 pm   Post subject: (No subject)

so what's so hard with:

code:
setscreen ("offscreenonly")
var cirrad := 100
proc circ (clr : int, s1 : boolean)
    if s1 = true then
        for i : 1 .. cirrad
            drawfilloval (maxx div 2, maxy div 2, i, cirrad, clr)
            drawoval (maxx div 2, maxy div 2, i, cirrad, black)
            View.Update
            delay (10)
            cls
        end for
    else
        for decreasing i : cirrad .. 1
            drawfilloval (maxx div 2, maxy div 2, i, cirrad, clr)
            drawoval (maxx div 2, maxy div 2, i, cirrad, black)
            View.Update
            delay (10)
            cls
        end for
    end if
end circ
loop
    circ (yellow, false)
    circ (100, true)
    circ (100, false)
    circ (yellow, true)
end loop
Paul




PostPosted: Sat Feb 07, 2004 4:09 pm   Post subject: (No subject)

Thats different from what he has I think...
in his, it sometimes changes color and sometimes doesnt?
Cervantes




PostPosted: Sat Feb 07, 2004 4:10 pm   Post subject: (No subject)

thanks for posting it as a zip Smile

IMO, that's not a 3D effect. that's just Draw.Arc increasing and decreasing. I think this because if you were actually to spin a coin like that (that slowly) you would see that the sides slow down when its almost perpindicular to you. this is pusating, and hence, Draw.Arc.

am I right? Razz
templest




PostPosted: Sat Feb 07, 2004 4:11 pm   Post subject: (No subject)

NOOOOOOOOOOOOO! SANTABRUZER!!! My Secreat has been revealed! Shocked Shocked Shocked Shocked Shocked Shocked Shocked Shocked Shocked

Good Game. Play Again (y/n) ?

What's funny is that that is the EXACT same program, only that I have background. Wink Even the Variables are called the same (some). Surprised

EDIT: Even the delay time is the same. Surprised
santabruzer




PostPosted: Sat Feb 07, 2004 4:14 pm   Post subject: (No subject)

now that's pretty scary Confused ... i wrote that right now.. after looking at your program...
Cervantes




PostPosted: Sat Feb 07, 2004 4:16 pm   Post subject: (No subject)

creepy. nice program, you could use as a Ring in a sonic game Wink or as a menu selector in a sonic game Wink
templest




PostPosted: Sat Feb 07, 2004 4:19 pm   Post subject: (No subject)

Santabruzer, 10 Bits+

Just because you where so freakishly exact on what it was. And so quickly too.

Like, Holly sh!t. For a second I thought that you used some sort of TuringHexor, or Decompiler or something. Like, damn.
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 2  [ 19 Posts ]
Goto page 1, 2  Next
Jump to:   


Style:  
Search: