Path: csiph.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: Richard Ashbery Newsgroups: comp.sys.acorn.programmer Subject: Re: Terry Blunts CoOrdinate Collision Program Date: Wed, 31 Jul 2019 18:56:12 +0100 Organization: None Lines: 20 Message-ID: <57dc51199cbasura@invalid.addr.uk> References: <57dbc97aa6basura@invalid.addr.uk> <57dc398c98chrisjohnson@spamcop.net> X-Trace: individual.net ltdGsuMQfFy2nHe6lrxyIwnGgDannJNM4jBBRtv8TlMfvXtgq6 X-Orig-Path: uwclub.net!richard.ashbery Cancel-Lock: sha1:PtAJX3nIEMopu8ERPOgfT82tiL4= User-Agent: Pluto/3.16 (RISC OS/5.25) NewsHound/v1.52-32 Xref: csiph.com comp.sys.acorn.programmer:5808 In article <57dc398c98chrisjohnson@spamcop.net>, News wrote: > In article <57dbc97aa6basura@invalid.addr.uk>, Richard Ashbery > wrote: > > When a moving object collides it then becomes part of the new > > pair. A similar thing happens when the object is static. > I think you need to change a line in PROCupdate. > Original: IF a%*a% + b%*b% < c%*c% PROCbounce > Change to: IF a%*a% + b%*b% <= c%*c% PROCbounce No sadly it doesn't - thanks for trying. Let me know if you have any other ideas. Would make a great screen saver. Richard