RE: A86: Moving sprites


[Prev][Next][Index][Thread]

RE: A86: Moving sprites




that would really depend on your sprite routine..
for the case of only one sprite, you increase or decrease the Y-Coord for
up/down.. if you use variables, you just increase or decrease the variable..
If you send me the program, I'll help you out.
						-Ahmed

--
Ahmed El-Helw
ahmedre@bellsouth.net
http://asm8x.home.ml.org
ICQ: 3350394

-----Original Message-----
From: owner-assembly-86@lists.ticalc.org
[mailto:owner-assembly-86@lists.ticalc.org]On Behalf Of scheltem
Sent: Thursday, August 27, 1998 2:34 AM
To: assembly-86@lists.ticalc.org
Subject: A86: Moving sprites



I have a really basic question about sprite manipulation... how do you make
a sprite move around.  Here is what i know to do
cp K_up
jr Up

Up:
    *here is where i am lost what variable do i increment so that 1 is added
to the Y value*
Thanks again sorry for the beginner question
dave



References: