Jump to content
José Pereira

Soft sprites moving in a clean Area

Recommended Posts

You then have to either know when sprites will interact or have to test for it.

 

Testing for possible interaction adds time in itself.

 

Testing for interaction with background is even more involved. So, all these optimisations in fact come with a built in price, so the gains won't be as good as you might think.

Share this post


Link to post
Share on other sites

Jose... don't fear to grab an assembler and play around yourself... you really have the knowledge and the passion... ;) come to the dark side...

Share this post


Link to post
Share on other sites

When some objects overlap, then you need full LDA,AND,ORA,STA or shorter LDA,EOR,STA but then the overlapping parts will have strange changing colours.

LDA, ORA, STA also works nicely, and if 11 is bright color you get nice bright effects where two sprites overlap.

And it doesn't matter if background is 00 or 01...

Share this post


Link to post
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.

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...