So, I figured out that it's normal for me to have more than just a few frames in the program if I'm doing chose your own adventure... I'll probably end up with around 20 or 30 of them. I'll probably end up calling them scene 1, or something that describes what's going on in that frame.
My title screen is done! It has a picture of a UFO with its beam to the ground, taken from here. My instruction screen is more like the beginning of the story and the goal, which is to escape from the aliens before they preform experiments on your family. I also put all the text in the middle of the window by using JTextArea and a JScrollPane but it seems like I won't be needing it.
O_o 20 or 30 frames?! Gah? :o
ReplyDeleteMakes my program feel minor! My program will only have like...5 frames O_o just the game one will have a lot of uh, jLabels inside of them. I'm almost thinking of making them buttons though. I dunno if I want to make them clickable or not. That would be a lot of class-objects. I feel like the program would crash too fast...
I MIGHT have that many, because of the different scenes I'll be going through. Good thing it's easy if they make the wrong choice and die. Just show the same frame that says 'GAME OVER' or something along those lines.
DeleteHow are you going to only have 5 frames? It seems like you're going to need more.
LOL XD
DeleteUhm: Welcome, Menu, Game, Die, and Room of Requirement
Oh. Okay..
Delete