Is it possible to manipulate the text preset so it appears in perspective scrolling slowly from the bottom of the avs to the top and into the vanishing point (Just like in Star Wars)
A non code monkey, me.
Cheers
star wars text?
6 posts
First, get the Starwars Font.
Second, deal with DM Coding.
The DM is able to do all that stuff.
Search the Forums, there are lots of well explaining Posts
Second, deal with DM Coding.
The DM is able to do all that stuff.
Search the Forums, there are lots of well explaining Posts
To add the angle use a rect coords movement with:
z=y+1 ;
x=x/z ;
y=y/z
z=y+1 ;
x=x/z ;
y=y/z
"d=d/(y*2.2+3)*2" is one of Tuggs old codes which'll do fine together with a fade out, all you need is to scroll the text before it from down to up.
Thank you piR!