[23 Apr 2006] Text-scrolling
Posted: Sat Jun 13, 2020 5:31 pm
Note: This is an archived post that was originally sent to the Hollywood mailing list on 23 Apr 2006 00:37:02 +0100
Hello!
My name is Torgeir (fuskoSCN), and this is my first posting here, I guess there will be some more postings by me rather soon
Beeing a demoscene-graphician, i have never written a single line of code in my life - but i hope to get the hang of Hollywood, so that im able to make some nice presentations. (the goal is to make a infochannel to my dentist-company).
hehe.i would like to say thanks for all the help this mailinglist can provide, and sorry about the dumb questions i may have
My first question is about scrolling text :
I have written the following code -
As you can see i would like to scroll text over the screen, but my problem is that it scrolls much too fast - even if i have used the lowest possible speed-number.
Is there a way to get the text to scroll more slowly ?
I have also noticed that the scrolling speed is changing.. it scrolls faster in the start and in the end (when part of the word "scrolltext" is outside the screen) . Is it possible to get a same speed all the way ?
Best regards
Torgeir - aka - FuskoSCN
Hello!
My name is Torgeir (fuskoSCN), and this is my first posting here, I guess there will be some more postings by me rather soon
Beeing a demoscene-graphician, i have never written a single line of code in my life - but i hope to get the hang of Hollywood, so that im able to make some nice presentations. (the goal is to make a infochannel to my dentist-company).
hehe.i would like to say thanks for all the help this mailinglist can provide, and sorry about the dumb questions i may have
My first question is about scrolling text :
I have written the following code -
Code: Select all
SetFontcolor(#white)
SetFont("abaddon.font",80)
SetFontStyle(#antialias)
CreateTextObject(1,"scrolltext")
MoveTextObject(1,#rightout,#bottom,#leftout,#bottom,1)
Is there a way to get the text to scroll more slowly ?
I have also noticed that the scrolling speed is changing.. it scrolls faster in the start and in the end (when part of the word "scrolltext" is outside the screen) . Is it possible to get a same speed all the way ?
Best regards
Torgeir - aka - FuskoSCN