Okay I am trying to make an object fade over a certain time;
so say I want it to fade over 1 second, if I want to find out how much to remove each frame, whats the algorithm for it?
Alpha is 255 so say I want it to fade over 1 second I can do 1/255 to give me how much to subtract.. but my framerate is set to 60.. so only 60 frames are called a second not 255..
Cheers guys.