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

Username:   Password: 
 RegisterRegister   
 I need help with text animation. Please
Index -> Programming, Turing -> Turing Help
Goto page Previous  1, 2
View previous topic Printable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic
Author Message
Egyptian Mafia




PostPosted: Thu May 06, 2004 7:16 pm   Post subject: (No subject)

Hahaha, I did it but damn it, it is the spacing of the words. Now I have spaced them far away and they work but they get cut off the screen. What is the code for fullscreen.

Thanks
Sponsor
Sponsor
Sponsor
sponsor
Paul




PostPosted: Thu May 06, 2004 7:29 pm   Post subject: (No subject)

at the beginning of program
code:

setscreen ("graphics: max; max")
Egyptian Mafia




PostPosted: Thu May 06, 2004 7:33 pm   Post subject: (No subject)

Sorry Paul, the max screen did not do the trick. Would you please help me with that stupid text problem. I am including the program once again.

Thanks



Text Effect3.t
 Description:

Download
 Filename:  Text Effect3.t
 Filesize:  1.44 KB
 Downloaded:  67 Time(s)

Egyptian Mafia




PostPosted: Thu May 06, 2004 9:54 pm   Post subject: (No subject)

anyone care to help me fix the text overlaping

Thanks a lot
Egyptian Mafia




PostPosted: Fri May 07, 2004 7:40 am   Post subject: (No subject)

no one Sad
p00p




PostPosted: Fri May 07, 2004 8:23 am   Post subject: (No subject)

you can do a nice fade text in turing using for statements and all of the colors from white to black like 16 to 31 it looks cool and i think it can make a program look much more sophistocated then you would think turing woudl allow
Egyptian Mafia




PostPosted: Fri May 07, 2004 8:34 am   Post subject: (No subject)

p00p, could you please tell me the code or something so i can see it in action. I am an extreme n00b. Thanx
Egyptian Mafia




PostPosted: Fri May 07, 2004 9:40 am   Post subject: (No subject)

Please someone help me fix the problem. I need to finish this proggie for school it is due on tuesday.

Thanx a lot
Sponsor
Sponsor
Sponsor
sponsor
p00p




PostPosted: Fri May 07, 2004 2:20 pm   Post subject: (No subject)

procedure FadeIn (title : string, x, y : int, size, speed : int)
var font : int := Font.New ("Comic Sans MS:" + intstr (size))
for decreasing i : 31 .. 16
Font.Draw (title, x, y, font, i)
delay (speed)
end for
put ""
end FadeIn
procedure FadeOut (title : string, x, y : int, size, speed : int)
var font : int := Font.New ("Comic Sans MS:" + intstr (size))
for i : 16 .. 31
Font.Draw (title, x, y, font, i)
delay (speed)
end for
put ""
end FadeOut
FadeIn ("PUT TEXT HERE", 25, 199, 35, 100)
FadeOut ("PUT SAME TEXT HERE", 25, 199, 35, 100)

just enter the text you want in the bottom two lines, the text has to be the same for both FadeIn and FadeOut
Egyptian Mafia




PostPosted: Sun May 09, 2004 10:11 am   Post subject: (No subject)

p00p, that does not work in the older version. I had to get V4.X.X to work out.

Thanks
Egyptian Mafia




PostPosted: Sun May 09, 2004 2:03 pm   Post subject: (No subject)

FINALLY!!!!! This proggie is over...OMG! after a week, thanks to Paul and to p00p for all their help and thanks goes also to all the hard working peeps @ ComSci.ca for making this awesome site. Here is the proggie for it. I combined the text effect with the fade in effect. I also put in music to spice up my proggie.


Fade In.t
 Description:

Download
 Filename:  Fade In.t
 Filesize:  1.66 KB
 Downloaded:  86 Time(s)

Display posts from previous:   
   Index -> Programming, Turing -> Turing Help
View previous topic Tell A FriendPrintable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic

Page 2 of 2  [ 26 Posts ]
Goto page Previous  1, 2
Jump to:   


Style:  
Search: