I am making a big project and I'd really appreciate it if you could tell me how to make a scrolling credit like the credits at the end of a movie (I want it to appear at the end). I'll also add you as my friend.
Offline
Just make a sprite with the credits on it and a black background. At the beginning of the credits, move the sprite to the bottom of the screen. (0,-180). Then have the credits glide to the top of the screen (0, 180) for a few seconds.
If you need more than one sprite's worth of text, look in the example projects and find the scrolling demo. Replace x position with y position, and you should be good. It's a little harder to explain in a forum topic...
Offline