Type in any single letter, and it will tell you if it is a capital or lower case.
Forum Thread: http://scratch.mit.edu/discuss/topic/15996/?page=1#post-140611 I made this since the <[] = []> and <[list v] contains []?> blocks are not case sensitive. To use it, simply drag the "Case Sensor" sprite into your backpack, and drag it out on the project you want. It quite simply has a sprite with 27 costumes, 1 named "lower case" the rest, capital letters from "A" to "Z". When it tests for a character, it switches to the lower case costume, then switches to the character. If the costume of the character does not exist, it will stay on the lower case costume. Changelog: v1.0.2: *Typing a number no longer says it's a capital v1.0.1: *Fixed everything