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