Aw: Aw: Re: Aw: Re: Re: [stella] Fortitude I Quadraside

Subject: Aw: Aw: Re: Aw: Re: Re: [stella] Fortitude I Quadraside
From: cybergoth@xxxxxxxx
Date: Wed, 9 Jul 2003 10:58:41 +0200 (CEST)
Hi there!

> > TXA
> > LSR
> > CMP verPosBL
> > PHP

Yet another advantage of this is of course that you can do 2-3 particles at once as in:

TXA
LSR
CMP verPosParticle1
PHP
CMP verPosParticle2
PHP
CMP verPosParticle3
PHP

And if you don't need the LSR it can even be as simple as

CPX verPosParticle1
PHP
CPX verPosParticle2
PHP
CPX verPosParticle3
PHP

(I think something like that does the starfield in Star Fire...)

Greetings,
     Manuel


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


Current Thread