Can't remember color poke command
Moderators: Atari Frog, Andre
Can't remember color poke command
Way back in the day when I used to program BASIC on the atari 800, I would use a poke command that would cycle all the colors really fast. But for the life of me I can't remember what it was. Does anyone remember?
- deathtrappomegranate
- Posts: 2248
- Joined: Sat Jul 10, 2004 11:27 am
Welcome to the site!
Not sure if this is what you're after:
http://www.atariarchives.org/dere/chapt03.php
However, this site contains a wealth of programming information for The Atari 8-bit machines.
Not sure if this is what you're after:
http://www.atariarchives.org/dere/chapt03.php
However, this site contains a wealth of programming information for The Atari 8-bit machines.
Re: Can't remember color poke command
10 for c=0 to 255
20 poke 710,c
30 next c
Replacing 710 (border) by 712 will cycle the background colors.
20 poke 710,c
30 next c
Replacing 710 (border) by 712 will cycle the background colors.