Computer Science Canada

Need some help with Text Scrolling...

Author:  CoRruPt- [ Fri May 28, 2004 9:53 am ]
Post subject:  Need some help with Text Scrolling...

I'm currently working on my final project, and I'm requesting a bit of help...

One of the parts of my game needs a text scroller. I'm not too Turing-savvy, so I've just been using a for loop variable that will change the column for locate so that it will 'move'. However, I find that multiple fors conflict and the text gets all jumbled up.

Is there a cleaner, more effective way to scroll text? I've looked around the forum, and one of the topics has a GUI code, but it doesn't seem to work. Any help would be appreciated.

Author:  beard0 [ Fri May 28, 2004 11:41 am ]
Post subject: 

Post your current code so I can see what exactly you're trying to do, then I can help

Author:  guruguru [ Fri May 28, 2004 3:29 pm ]
Post subject: 

Yes, post your code. Making the row increase each time through the loop should work. Maybe when you reach the bottom of the screen, the screen clears and you start at the top again? Code will really help!

Author:  naoki [ Fri May 28, 2004 7:45 pm ]
Post subject: 

I suggest you cheapen out and use Font.New and Font.Draw for your credits. You can at least choose cooler fonts for your credits instead of that ugly standard text.

And since you're using Font.Draw where you can specify the location of each line of text, you can include it all in one for loop and making everything fit nicely together

F9 that sucker to learn more


: