Difference between revisions of "Talk:Sprites Multiplexing"

From CPCWiki - THE Amstrad CPC encyclopedia!
Jump to: navigation, search
Line 1: Line 1:
Sorry for this one, but the subject can be quite interesting...
+
*Sorry for this one, but the subject can be quite interesting...
 
but I admit i'm not good in Codes so if peoples could improve this ?
 
but I admit i'm not good in Codes so if peoples could improve this ?
 
[[MacDeath]]
 
[[MacDeath]]
  
  
True it is interesting. I've tried do the same kind of multiplexing that can be seen on the c64, but so far it wasn't as successful as I hoped. [[Arnoldemu]]
+
*True it is interesting. I've tried do the same kind of multiplexing that can be seen on the c64, but so far it wasn't as successful as I hoped. [[Arnoldemu]]
  
  
Yes...it cannot be done as on a C64, because to change the data of a Hard Sprite take fare longer for the Amsttrad.
+
*Yes...it cannot be done as on a C64, because to change the data of a Hard Sprite take fare longer for the Amsttrad.
 
Yet it can be well used on multi level Plateforms(if few animations, as in a Mario-like game) or Shooters (most animations use only 2-3 frames... so with only 2-3 sprites slots you can get a full vertical/diagonal wave of enemies.
 
Yet it can be well used on multi level Plateforms(if few animations, as in a Mario-like game) or Shooters (most animations use only 2-3 frames... so with only 2-3 sprites slots you can get a full vertical/diagonal wave of enemies.
  

Revision as of 11:03, 8 October 2009

  • Sorry for this one, but the subject can be quite interesting...

but I admit i'm not good in Codes so if peoples could improve this ? MacDeath


  • True it is interesting. I've tried do the same kind of multiplexing that can be seen on the c64, but so far it wasn't as successful as I hoped. Arnoldemu


  • Yes...it cannot be done as on a C64, because to change the data of a Hard Sprite take fare longer for the Amsttrad.

Yet it can be well used on multi level Plateforms(if few animations, as in a Mario-like game) or Shooters (most animations use only 2-3 frames... so with only 2-3 sprites slots you can get a full vertical/diagonal wave of enemies.

Another possibility when you use such animated multiplexed Sprites : asynchronous animation.

Say, a 3 or 2 frames animation...you load your 3 frames at 3 sprites Slots.

Then you generate your waves. Sprites on the same lines would use different animation frame so would match (be at the same line) yet you can multiplex all of those Vertically. Strange but possible.

As a result, only 3 Hard Sprite slots can be used to cover a good part of the screen... MacDeath