ALERT!
Click here to register with a few steps and explore all our cool stuff we have to offer!
Home
Upgrade
Credits
Help
Search
Awards
Achievements
 1038

COLOR COD BY EDUARDO BRESOLIN

by Aldairhacker - 04-30-2019 - 04:06 AM
#1
I do not know if anyone here could find an option GET_RANDOM_INT_IN_RANGE

or similar to it that did not hurt so much the vision, well I think natively does not have, a friend presented an option that was great, may be bullshit for some but until I helped a lot I used this option to create another option, BlackGround and the banner of the title, until it is good for those who like images, 4 interface in a single menu WATCH THE VIDEO IN LINK DOWN The chosen image stays until you activate the option again


void LOOP(void)

{
if(Ativador)//bool ativador
    {
if(vermelho == 255)

       if(verde == 255)
   {
if(azul == 255) 
  {
       vermelho = 0;
   verde = 0;
   azul = 0;
   }
}
         else
{  
      azul++;
     }
   }
   else
   {  
    verde++;
   }
}
else
{        
  vermelho++;
}
BannerR = (vermelho),
BannerG = (verde),
BannerB = (azul),
}


VIDEO_1



VIDEO_2




                          CRÉDITOS
 >>>>>>>>EDUARDO BRESOLIN<<<<<<<<<<<<



Flex Nice Nice Fist Fist Wink Wink
Reply
#2
get random int in range native? also u can use the native alternative lol, this is the native hash 0xF9B6426D
Reply

Users browsing: 1 Guest(s)