Vertical Scrolling Text

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • devonknows
    New Member
    • Nov 2006
    • 137

    #1

    Vertical Scrolling Text

    Hi, im trying to make a credits page for my fullscreen app that i have, and i want all the text that i have to scroll from the bottom of the screen to the top of the screen, for example take the Ending Credits from the end of a movie, it goes from bottom to the top and carries on going till all the text has finished, if anyone can point link me to some tutorials or if anyone can advise on the code that i can use would be most appreciated.

    Kind Regards
    Devon.
  • Killer42
    Recognized Expert Expert
    • Oct 2006
    • 8429

    #2
    Originally posted by devonknows
    Hi, im trying to make a credits page for my fullscreen app that i have, and i want all the text that i have to scroll from the bottom of the screen to the top of the screen, for example take the Ending Credits from the end of a movie, it goes from bottom to the top and carries on going till all the text has finished, if anyone can point link me to some tutorials or if anyone can advise on the code that i can use would be most appreciated.
    Probably the simplest thing would be to place the whole chunk of text into a multiline text box, then use a timer control to move the textbox control up the window.

    There are plenty of other things you could do, of course.

    Comment

    • willakawill
      Top Contributor
      • Oct 2006
      • 1646

      #3
      Hi, you can get a .net version here
      If you are not using .net you should at least get enough info to set you on your way.

      Good luck

      Comment

      • devonknows
        New Member
        • Nov 2006
        • 137

        #4
        Thank you very much for the link ive not looked at i aim to do so right after i finish work on this fine day and Wilkawill that is what i was thinking of doing but didnt think it would work but obviously so. Thanks Again.

        Kind Regards
        Devon

        Comment

        Working...