Re: [stella] Generic kernal or just build a game?

Subject: Re: [stella] Generic kernal or just build a game?
From: Manuel Rotschkar <cybergoth@xxxxxxxx>
Date: Mon, 29 Mar 2004 23:16:49 +0200
Hi there!


y.##..
.####.
#####x
.####.
..##..

you should add 5 to the x position and 3 to the y position. so you're not checking which block is on the original coordinates (y), but which block was hit by the rightmost spot of your ball...

Uhm... and if there's no block at "x", you should check the next points (z) as in:


y.##..
.###z.
#####x
.###z.
..##..

And so on. And if it doesn't work at all, don't blame me, its all untested brainstorms from me...


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


Current Thread