jonG80 Posted December 8, 2006 Share Posted December 8, 2006 I need help, I can't get my multiple levels to work in my soccer game. I can't figure out how to make it work, and I'm close to pulling my hair out. I've looked over it a lot and changed a million things and I still can't get the game to work the way I want. if a player scores 5 then it goes to the next level, and the best 2 out of 3 wins. I got it to work with just one level, but it took up too much space to add levels the way I did it so I tried to take up less space, but now the screen flickers and I can't get the game to work. I need any help as soon as possible, as I'm working on a project and its due tonight. I've spent several days on this and I get the feeling that I'm doing something very small wrong. tester3.txt Quote Link to comment https://forums.atariage.com/topic/98287-urgent-help-needed/ Share on other sites More sharing options...
MausBoy Posted December 8, 2006 Share Posted December 8, 2006 (edited) You are gosubing the "clear" routine and redrawing the playfield once every loop. You need to do that once outside the mainloop, not every drawscreen. ps - looks good so far. I'd suggest using the no_blank_lines option to make it look even better. Edited December 8, 2006 by MausBoy Quote Link to comment https://forums.atariage.com/topic/98287-urgent-help-needed/#findComment-1191220 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.