This is a modified version of Caesar Cipher Keyboard v1. IMPORTANT NOTE: Note the changed code on the stage and on the A sprite. This shows a way we could develop our program so that it could work with any shift key. However, there is still a lot of code to add to make this work.
Weaknesses: - No way to correct a typing error. - There is so much code to write! - Code contains duplication and is difficult to update.