Re: Aw: [stella] newbie question

Subject: Re: Aw: [stella] newbie question
From: Thomas Dunn <td629@xxxxxxxxx>
Date: Wed, 24 Sep 2003 09:17:30 -0700 (PDT)
Thanks for the advice guys!  I got it working now.

Tom

--- cybergoth@xxxxxxxx wrote:
> Hi there, welcome back!
> 
> >                 inc SpriteYPosition    ; move player down
> > 
> >                 sta #180
> >                 cmp SpriteYPosition    ; check if at scanline 180
> 
> You probably rather want to do something like this:
> 
> INC SpriteYPosition    ; move player down
> LDA SpriteYPosition    ; load position
> CMP #180                 ; check if at scanline 180
> 
> Greetings,
> Manuel
> 
> 
> 
> 
> ----------------------------------------------------------------------------------------------
> Archives (includes files) at http://www.biglist.com/lists/stella/archives/
> Unsub & more at http://www.biglist.com/lists/stella/
> 


__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
----------------------------------------------------------------------------------------------
Archives (includes files) at http://www.biglist.com/lists/stella/archives/
Unsub & more at http://www.biglist.com/lists/stella/


Current Thread