PDA

View Full Version : Actual Game ? (no AS or code needed).



Templarian
June 26th, 2005, 11:59 PM
In gameboy games, when a person hits the a button the text that appears does it move up one line at a time or does it just all move up at one time.

Example if there were 2 lines of text.
1
2
would the next lines be.
2
3
Or would they be
3
4

Thanks for the help.

Blackspirit
June 27th, 2005, 02:23 AM
it depends, it looks like new paragraphs get rid of the old lines, while when you are scrolling within a paragraph you can see the old line.

1 Did you know that
2 Link eats mushrooms

2 Link eats mushrooms
3 and also cheese?
------------paragraph
4 You do? Well that
5 is a surprise.

Templarian
June 27th, 2005, 12:42 PM
oh. ic what you mean. Thanks.