Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

help I'm a noob!

Name: Anonymous 2007-08-13 19:57 ID:RmFCahfF

So this is my first time programming with basic, self-taught, and I'm making a Space Invaders-type program. What I would like is for there to be a short intro with a little plotline (which I've already written), and then for the game to start. Unfortunately, the script I have will go through the intro, but then will end once it gets to the game part. There's nothing wrong per se with the script I have, but I think it's missing something to make it work...is there a way to make it reset everything and start with new code (so it forgets all the stuff in the intro after the intro is over, and starts the game)?

Name: Anonymous 2007-08-13 20:32 ID:7XWwvI+S

>>5
Maybe you ought to, if we can't figure this out. What language are you writing this in again? I would expect a normal game to go something like:

main function = {intro(); game-loop(); end()}

The way you're talking about making something recognize that the game should start confuses me.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List