Jump to content
Sign in to follow this  
esplonky

How would i recreate this?

Recommended Posts

i downloaded an atari rom pack, and i came acroos this in it, its called "Atari Point of Purchase" and it shows the atari logo and the colors are going upwards, and i was wondering how would i recreate this? it'll be a cool effect to have in a game. here's the .bin:

 

Atari VCS Point-of-Purchase ROM (1982) (Atari).bin

Share this post


Link to post
Share on other sites

You can easily accomplish this in ASM, however to do color changes in batari Basic you need to set the player colors per scanline which requires you to override the drawscreen function with your own. This way you won't have to setup player0color tables for each scanline color, per frame!

 

Right now there isn't an easy method for these visual effects that I know of.

 

[edit]

I can't find an easy method to do this without replacing routines.

Edited by ScumSoft

Share this post


Link to post
Share on other sites

I'd say the easiest way via bB would be to store the players' color tables in the Superchip RAM. From there you'd have multiple options of transforming the color scroll dynamically.

Share this post


Link to post
Share on other sites

dang i was hoping it had to do with something with the flashing colors like

 

 u=u+1

          COLUP0 = u

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...
Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...