Welcome on MasterOf13FPS! MasterOf13FPS

Register today or sign up if you are already a member and never miss any cool content again :)

I need help making a sideways fade in a gui

minorbie

New member
Joined
Sep 27, 2021
Messages
63
Reaction score
12
Points
0
I couldnt get it to work I tried making an int and and then using int++ and I changed the offset to the int so it could work but it still didnt I guess
Can anyone help me out here?
TIP: If your gonna be toxic dont say anything .-.
 
The best way to do this is by rendering every character of the module name with different color using for loop
First create for loop like this
Java:
for(Module m : modulearraylist){
    for(int i = 0; i < m.getName().length(); i++){
       
    }
}
and then make the drawString methods only draw current character using m.getName().charAt(i) and get the rainbow using 'i' as index value
 
The best way to do this is by rendering every character of the module name with different color using for loop
First create for loop like this
Java:
for(Module m : modulearraylist){
    for(int i = 0; i < m.getName().length(); i++){
      
    }
}
and then make the drawString methods only draw current character using m.getName().charAt(i) and get the rainbow using 'i' as index value
no I need it in my watermark also its not arraylist string its for guis
 
okay what exactly are you trying to acomplish?
eh its not easy to explain.. let me show u an example what is ur discord?


^^^^^^^^^^^^^^^^^^^^^^
ok u see the targethud in here? it has a fade on the gui I am trying to acomplish that on my skeet theme watermark
 
shape1
shape2
shape3
shape4
shape5
shape6
Back
Top