• Making a "credits" screen in Java
    0 replies, posted
Hi, I'm writing a simple game in Java and was wondering what I could do for a credits screen? Just a simple black background with white text over it, scrolling down. Any ideas? I'm not exactly sure how to approach this, we're using simple forms like a Java Desktop Application and there will be one form that has buttons "Start", "Help", and "Credits", and when you press one of the buttons the form will close and open a new form for credits and start, but help will change the form and have instructions for the game. And I'm just wondering how I can make the form with the options in the first place, and how to do the credits. Ask questions for clarity if need be.
Sorry, you need to Log In to post a reply to this thread.