256 Colour Tutorial Part 2(V2.62): Difference between revisions

Jump to navigation Jump to search
Line 117: Line 117:
     '''if (antennaecol==0) antennaefade=1; //Fade in'''
     '''if (antennaecol==0) antennaefade=1; //Fade in'''
     '''else if (antennaecol==63) antennaefade=-1; //Fade out'''
     '''else if (antennaecol==63) antennaefade=-1; //Fade out'''
     '''SetPalRGB (32, antennaecol, 0, 0); //Just alter the intensity of the R-channel'''
     '''SetPalRGB (32, antennaecol, 0, 0); //Alter the intensity of the R-channel'''
   }
   }