
November 27th, 2012, 01:25 PM
|
|
Contributing User
|
|
Join Date: Jun 2011
Location: USA
Posts: 45
Time spent in forums: 5 h 4 m 20 sec
Reputation Power: 2
|
|
|
Ooooh, where to start.
Ok, for starters, you should never call the host program within itself, it is a huge cause for memory leaks and is just plain messy.
For you starting out, I'd recommend the use of Lbl and Goto. http://tifreakware.net/tutorials/83p/b/tifw/les5.htm should work nicely in explaining those commands. This will clear up some of that code.
If prgmNOTHING merely contains 'ClrHome', then why not just have 'ClrHome' dropped there instead, and let it exit naturally?
The link I gave above also gives more to other tutorials, plus a helpful forum if you would like to sign up and ask questions that will also draw in a great many other people to be able to answer.
Oh, and to store scores, you'd want a list, which can be found in the tutorial.. http://tifreakware.net/tutorials/83p/b/tifw/les3.htm
|