Re: Multplexing sprites
- From: Six/Style <six@xxxxxxxxxxxxxxxxxx>
- Date: Thu, 06 Oct 2005 13:34:57 -0400
White Flame (aka David Holz) wrote:
If you change the Y-coord after the sprite has started drawing, the entire sprite will finish drawing where it is, then restart at the new Y-coord. If the new position is immediately below the old one, they can match up without blank lines inbetween. If the new start position is inside where the old one was drawing, it won't redraw, because sprites are only in a "drawing" or "not drawing mode", triggered on the first line of the sprite matching the Y-coord.
You learn something new every day.
I was always under the (mistaken)impression that it cause visible artifacts on the sprite if you changed the Y while it was displaying.
I suppose it makes sense though. This would explain why sprites can be stretched in a similar manner to how the border can be turned off.
/me has been doing this the hard way. :| .
- References:
- Multplexing sprites
- From: Stu Carter
- Re: Multplexing sprites
- From: White Flame \(aka David Holz\)
- Multplexing sprites
- Prev by Date: Re: Multplexing sprites
- Next by Date: Re: Aprotek RS-232 interface
- Previous by thread: Re: Multplexing sprites
- Next by thread: Re: Multplexing sprites
- Index(es):
Relevant Pages
|
Loading