Re: [stella] Displaying Scores

Subject: Re: [stella] Displaying Scores
From: "Brian Crawford" <nastybuttr@xxxxxxxxxxx>
Date: Fri, 08 Aug 2003 04:22:07 +0000

I'm sorry I wasn't clear about this in my orginal post, but I was more interested in the keeping track of the scores. Like how does the program add to a player's score?


From: "Fabrizio Zavagli" <rasty@xxxxxxxxx>
Reply-To: stella@xxxxxxxxxxx
To: <stella@xxxxxxxxxxx>
Subject: Re: [stella] Displaying Scores
Date: Thu, 7 Aug 2003 12:18:47 +0200

Hi!

Dennis' links are a great resource, I'd suggest Brian takes a deep look at
them.
But just one hint: I wouldn't use the score display routine that uses the
stack register:

> http://www.biglist.com/lists/stella/archives/199803/msg00123.html

since it doesn't correctly display the 1st row of the 1st sprite (due to
inaccurate cycle count I believe). Or was it the last row? Can't remember :)
This is not evident in the sample since the font is not using the whole 8
pixels sprites width.


I typically use this instead:

> http://www.biglist.com/lists/stella/archives/199704/msg00137.html

Ciao!
Fab.-

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


_________________________________________________________________
The new MSN 8: smart spam protection and 2 months FREE* http://join.msn.com/?page=features/junkmail


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


Current Thread