[SOLVED] Text scrolling

What woulb be the best method, to make a scrolling text Star wars Style at the begining of my game to explain game rules? Spontaneously I was thinking to create a 3Dplane with a tex element, but I am not sure about it

ok disregard my topic, i have found out all by myself, sorry for asking such easy questions.

Hi @magicdidier!

What approach did you use?

I have created an entity generique, with 2 children text element. One isTitle, second is inclined Text. I placed both text in front of the camera at the right position, and I created a script which first make the title go forward from the back of the camera, to the front, pause and go straight to the infinite, and disabled after some distance. Then the inclined text start to proceed go for ward on 2 axis and disabled after a certain distance. It makes the trick look quiteas good as the real Star Wars.

2 Likes