As a previous post mentioned, the number you enter is referenced via binary. The b's you see next to the numbers reference these bits and look like this: Bit 03 Bit 02 Bit 01 Bit00 0 0 0 0 I don't know the attributes by heart yet, so i'll use an example. Let's say bits 0-1 controlled rotation. 0:0 , 1:90 , 2:180 , 3:270. Because of how attribute works, you >>