Path: utzoo!utgpu!watserv1!watmath!att!att!linac!pacific.mps.ohio-state.edu!zaphod.mps.ohio-state.edu!wuarchive!emory!gatech!prism!gt3398b From: gt3398b@prism.gatech.EDU (DELANO,ANDREW DOUGLAS) Newsgroups: comp.sys.handhelds Subject: Re: Faster TETRIS Update Summary: Small bug in 'delay Message-ID: <17350@hydra.gatech.EDU> Date: 20 Nov 90 05:24:36 GMT References: <3848@mindlink.UUCP> Organization: Georgia Institute of Technology Lines: 29 In the delay program, \<< a .005 - DUP IF 0 \>= THEN 0 'a' STO ..... when 'a' is 0, the program ends and so does you game, so make a default to a number other than 0: \<< a .005 - DUP IF 0 \>= THEN .0000001 'a' STO .....rest of original program This will make the Tetris continue to play at top speed once it reaches that point. Enjoy, Andy Delano p.s. by the way, thanks for the great improvements on this game (all of you). -- DELANO,ANDREW DOUGLAS Georgia Institute of Technology, Atlanta Georgia, 30332 uucp: ...!{decvax,hplabs,ncar,purdue,rutgers}!gatech!prism!gt3398b Internet: gt3398b@prism.gatech.edu