Jump to content
IGNORED

three sprites color problem


jab

Recommended Posts

Hi , i want dispaly 3 sprites of 16 bits width with 3 different colors (one each sprite)
I try in many mode but i'm able to set only 2 different colors.

This is my code.
Can someone to suggest some tricks/method to reach the goal? (if it's possible)

Thanks in advance. (Sorry for my bad english ?
Regards Alberto

Test3Sprites.asm

test3Sprite.jpg

Edited by jab
sttach screenshot of problem
Link to comment
Share on other sites

Maybe

  • Turn on reflected playfield
  • Turn on the playfield pixels so that they show up behind each sprite, but nowhere else. You may need to adjust your sprites left/right to make them line up correctly.
  • Invert your sprite graphics so they become stencils. This means all 0 bits become 1 and all 1 bits become 0.
  • Leave the sprites black.
  • Change the color of the playfield so the pixels behind each group of sprites are a different color.

It is similar in concept to how we came up with the 2 color 48 pixel kernel.

 

48_bits_2_colors(v2).png

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...