Jump to content
IGNORED

Question about sprites for a project


STGuy1040

Recommended Posts

First I'd like to thank RT and SeaGT for all the help they gave during my compiler issue. I've been wanting to write Atari 2600 games for a long time and that dream was finally realized when the issue was fixed!

 

I already have something working, and while the code is real messy, I'm confident I'll have something worth posting soon.

 

While working on this idea I came up with a question about how many enemy sprites can be on-screen before it causes major flicker and slow down. I'm working on a Robotron type clone, with mazes, but I'm wondering how may enemy sprites I can have on-screen, and what color limitations I will have if I used multi-colored enemy sprites.

Edited by STGuy1040
Link to comment
Share on other sites

This talks about the limitations of the multisprite kernel:

 

http://www.randomterrain.com/atari-2600-me...tml#multikernel

 

I used the multisprite kernel with help form SeaGtGruff and others to do Tone Toy 2008, but for games, it usually has too many limitations for me.

 

 

 

Here's how to have four animated sprites with flickering using the standard kernel:

 

http://www.atariage.com/forums/index.php?showtopic=132553

 

 

 

Using player1colors or player1colors with playercolors so we can have multicolored sprites is great except we lose the missiles:

 

http://www.randomterrain.com/atari-2600-me...l#kerneloptions

 

And as you can see there in the description for playercolors and player1colors, each row that makes up a sprite can have a separate color.

Link to comment
Share on other sites

This talks about the limitations of the multisprite kernel:

 

http://www.randomterrain.com/atari-2600-me...tml#multikernel

 

I used the multisprite kernel with help form SeaGtGruff and others to do Tone Toy 2008, but for games, it usually has too many limitations for me.

 

 

 

Here's how to have four animated sprites with flickering using the standard kernel:

 

http://www.atariage.com/forums/index.php?showtopic=132553

 

 

 

Using player1colors or player1colors with playercolors so we can have multicolored sprites is great except we lose the missiles:

 

http://www.randomterrain.com/atari-2600-me...l#kerneloptions

 

And as you can see there in the description for playercolors and player1colors, each row that makes up a sprite can have a separate color.

 

Thank you! Just what I was looking for!

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