Create scrolling text

scottyjay88scottyjay88 Member Posts: 5
edited August 2012 in Working with GS (Mac)
Hi everyone!
I would like to make scrollable text on my app.
My question is:
In photoshop how do I make the text?
Do I let it run off the page?
Do I make it on two pages?
Do I not even do it in photoshop?
Thanks!

Comments

  • redlotusdesignzredlotusdesignz Member, PRO Posts: 65
    You can do it in Photoshop. Just make a png image with the text on it. On your scene you can have the image interpolated from one direction to another. Think of the scrolling credits in the movie. Probably need to adjust the speed on the image so this way it doesn't go fast. Hope it helps!
  • ComputerWareComputerWare Member Posts: 10
    Make the text in a img. Set it at the bottom of a page in GS. Give it the move-behavior set the speed to about 1.5. Set a rule that when self.position.y gets higher or equal to 500 (depending on the size of your img) interpolate self.position.y to 0.
    I've done a few days ago in the game i'm developing, and also had a few troubles.
  • scottyjay88scottyjay88 Member Posts: 5
    Thanks a lot!
Sign In or Register to comment.