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

Username:   Password: 
 RegisterRegister   
 Simple animated text for intros!
Index -> Programming, Turing -> Turing Submissions
View previous topic Printable versionDownload TopicRate TopicSubscribe to this topicPrivate MessagesRefresh page View next topic
Author Message
MysticVegeta




PostPosted: Sat Feb 26, 2005 5:20 pm   Post subject: Simple animated text for intros!

code:
setscreen ("offscreenonly")
var font : int
font := Font.New ("arial:20")
loop
    for x : 1 .. 510
        colorback (x div 3)
        cls
        Font.Draw ("WOAH!! LOOK AT THIS COOL TEXT!!", x, 500 - (x + 50), font, x div 2)
        Font.Draw ("WOAH!! LOOK AT THIS COOL TEXT!!", 510 - (x + 500), 500 - (x - 255), font, x div 2)
        Font.Draw ("WOAH!! LOOK AT THIS COOL TEXT!!", x, 50 + (x + 50), font, x div 2)
        Font.Draw ("WOAH!! LOOK AT THIS COOL TEXT!!", 50, 500 - (x + 50), font, x div 2)
        delay (10)
        View.Update
    end for
end loop


Comment: I got bored... So i decided to mess with the fonts xD
Sponsor
Sponsor
Sponsor
sponsor
Flikerator




PostPosted: Sun Feb 27, 2005 8:55 am   Post subject: (No subject)

That is....something I guess. Why do people post all those crazy changing backgrounds? I never saw the glory in them really, just hurting of the eye.
jamonathin




PostPosted: Sun Feb 27, 2005 6:09 pm   Post subject: (No subject)

you should have the text bounce off the walls, it'd make it a bit better.
ssr




PostPosted: Sun Feb 27, 2005 7:28 pm   Post subject: (No subject)

lol yep we can c that u were bored
now here is teh hard part
make a game with this effect
I meant use it as a intro for teh game and post it
that would be cool Laughing 8)
recyclebin123




PostPosted: Tue Mar 22, 2005 11:13 pm   Post subject: (No subject)

umm i wanna use somethin like that for a program but i dun no how to end it
jamonathin




PostPosted: Wed Mar 23, 2005 7:07 am   Post subject: (No subject)

it's called ..
code:

exit when hasch

easy and works Razz
Naveg




PostPosted: Wed Mar 23, 2005 11:31 pm   Post subject: (No subject)

thats cool, just make it bounce off the walls and a bit less flashy and you have an awesome intro...maybe set it to some crazy music too
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  [ 7 Posts ]
Jump to:   


Style:  
Search: