sternlie@eniac.seas.upenn.edu (Paul E. Sternlieb) (04/02/91)
I found two small bugs on Tetris 3. One is that if you press "HIGH" and then press ON after you view the scores, you get junk on the stack: 2: { # 92594008510551... 1: Graphic 131 x 64 Also, if you press "HELP" and press ON after viewing help screen, you get the following on the stack: 2: { # 92594008510551... 1: 0 The above also happens if you press "ABOUT" and then press ON. Also, not a bug, but if you set a new configuration in the CONFIG, it works fine. But, if you press CONFIG, instead of showing you the settings you made, you get back the default settings... Seems to me you should be shown the settings YOU made, if they're not the defaults. Besides, that, I made the two bug fixes you suggested, Falco. All works great! Thanks! -- _____ / / / /_____/ ___ / / / / / / /
akcs.falco@hpcvbbs.UUCP (Andrey Dolgachev) (04/03/91)
Dave, Check out my posting about an hour before your posting. I discovered those two bugs and explained how to fix them. ---Falco
akcs.falco@hpcvbbs.UUCP (Andrey Dolgachev) (04/03/91)
Paul, the first two bugs are not bugs, it's simply life. THe ABOUT, HELP, HIGH, CONFIG do not use IFERR, so if you press ON, they act just like normal programs, they stop, leaving junk on the screen. I guess than IFERR could also be put in, but it's not really needed. (DOn't press ON, just press any other key). As for the CONFIG, the reason I didn't do that is because I think that CONFIG is a waste of memory period, and I dint' want to make it any larger. However, you do have a point, it is a pain, if you only want to change one thing. However, it is also easier to simply VISIT the list DLST and change that in the same way, and erase CONFIG once you realize what it does. ---Falco