## Fixed Point in MakeCode Arcade Fixed point is a numeric format that specifies how many fractional bits after the binary point. Microsoft MakeCode Arcade uses 8 bits after the decimal point because the engine needs sub-pixel movement, performance, and memory. THe other thing fixed point does really store the fractional number into an interger.