Re: [stella] Repositioning Proof Of Concept

Subject: Re: [stella] Repositioning Proof Of Concept
From: Thomas Jentzsch <tjentzsch@xxxxxx>
Date: Sun, 17 Mar 2002 22:19:08 +0100
Manuel Polik wrote:
> It works pretty straightforward. Basically, as one would
> expect, I just do

> STA RESP0
> STA RESP1

That makes me remember my idea on how to position two objects even
closer (only three pixel gap):

  LDX  #RESM0
  TXS
  JSR  .dummy
.dummy:

Not very useful yet, but who knows, may be somebody can use this
sometimes...

BTW: If you use BRK, you can do this for *three* objects, but that makes
it a bit more complicated.

Have fun!
Thomas                            
_______________________________________________________
Thomas Jentzsch         | *** Every bit is sacred ! ***
tjentzsch at web dot de |

----------------------------------------------------------------------------------------------
Archives (includes files) at http://www.biglist.com/lists/stella/archives/
Unsub & more at http://www.biglist.com/lists/stella/


Current Thread