timelinefx:timelinefx.CountBits
Function CountBits:Int( bits:Int )
Count the number of bits that are set in a number. For example if you want to know how many bits are set in %1001010101101 this function will return 7.