Jump to content
Sign in to follow this  
Winters

Scrolling credits

Recommended Posts

Hello,

does anyone know how to make text scroll up the screen like movie credits? i can make text appear on screen but can only make it scroll across the screen (thanks Balschoiw (hope its spelled correct) any help you can give will be greatly appreciated. biggrin.gif

Share this post


Link to post
Share on other sites

Just an idea (i.e. untested biggrin.gif): Add/remove linefeeds "\n" to your text, e.g.

titleText["\n\n\nHello!","PLAIN"]

~0.1

titleText["\n\nHello!","PLAIN"]

~0.1

titleText["\nHello!","PLAIN"]

~0.1

titleText["Hello!","PLAIN"]

~0.1

titleText["Hello!\n","PLAIN"]

etc.

Maybe this will create the impression of scrolling text.

Spinor

Share this post


Link to post
Share on other sites

Thanks Spinor,

I think i can work with this, after all if i can get them to scroll across it shouldn't be much of a problem to adapt it to go up.

smile.gif

Share this post


Link to post
Share on other sites

Thanks Spinor,

I think i can work with this, after all if i can get them to scroll across it shouldn't be much of a problem to adapt it to go up.

smile.gif

Also, once i figure it out i will post solution here for all to enjoy.

Share this post


Link to post
Share on other sites
Guest jacobaby

You dont need to test it, the reply above will work, just get the timing right.

You can also do typewriter type effects. I used this for my COMPROMISED mission in the intro. You can get that from the avon ladys MOM and check it out.

TJ

Share this post


Link to post
Share on other sites

Thanks,

I had totally forgotten about the /n to make another line. D'OH crazy.gif

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×