Step 6: Toggle Capslock
Our keypad consists of 40 individual Keypad Character objects, each with 2 animation directions. Right is uppercase and left is lowercase. To toggle capslock, we simply switch between these 2 directions.- Upon pressing "Shift"
: Set direction to Dir( "
" )+16
So, to toggle between left and right, we simply add 16 to the direction.

9