esplonky #1 Posted July 21, 2011 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 Quote Share this post Link to post Share on other sites
ScumSoft #2 Posted July 21, 2011 (edited) 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 July 21, 2011 by ScumSoft Quote Share this post Link to post Share on other sites
jrok #3 Posted July 21, 2011 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. Quote Share this post Link to post Share on other sites
esplonky #4 Posted July 21, 2011 dang i was hoping it had to do with something with the flashing colors like u=u+1 COLUP0 = u Quote Share this post Link to post Share on other sites