SWF7

[Key.as debug-22403-05c7ba106]
PASSED: typeof(Key) == 'object' [./Key.as:28]
PASSED: typeof(keyObj) == 'undefined' [./Key.as:31]
PASSED: Key.__proto__ == Object.prototype [./Key.as:33]
PASSED: typeof(Key.addListener) == 'function' [./Key.as:40]
PASSED: typeof(Key.removeListener) == 'function' [./Key.as:41]
PASSED: typeof(Key.broadcastMessage) == 'function' [./Key.as:42]
PASSED: Key.hasOwnProperty("_listeners") [./Key.as:43]
PASSED: typeof(Key._listeners) == 'object' [./Key.as:44]
PASSED: Key._listeners instanceof Array [./Key.as:45]
PASSED: typeof(Key.getAscii) == 'function' [./Key.as:54]
PASSED: typeof(Key.getCode) == 'function' [./Key.as:55]
PASSED: typeof(Key.isDown) == 'function' [./Key.as:56]
PASSED: typeof(Key.isToggled) == 'function' [./Key.as:57]
PASSED: typeof(Key.CAPSLOCK) == 'number' [./Key.as:60]
PASSED: Key.CAPSLOCK == 20 [./Key.as:61]
PASSED: typeof(Key.TAB) == 'number' [./Key.as:62]
PASSED: Key.TAB == 9 [./Key.as:63]
PASSED: typeof(Key.CONTROL) == 'number' [./Key.as:64]
PASSED: Key.CONTROL == 17 [./Key.as:65]
PASSED: typeof(Key.SHIFT) == 'number' [./Key.as:66]
PASSED: Key.SHIFT == 16 [./Key.as:67]
PASSED: typeof(Key.DELETEKEY) == 'number' [./Key.as:68]
PASSED: Key.DELETEKEY == 46 [./Key.as:69]
PASSED: typeof(Key.INSERT) == 'number' [./Key.as:70]
PASSED: Key.INSERT == 45 [./Key.as:71]
PASSED: typeof(Key.BACKSPACE) == 'number' [./Key.as:72]
PASSED: Key.BACKSPACE == 8 [./Key.as:73]
PASSED: typeof(Key.LEFT) == 'number' [./Key.as:74]
PASSED: Key.LEFT == 37 [./Key.as:75]
PASSED: typeof(Key.UP) == 'number' [./Key.as:76]
PASSED: Key.UP == 38 [./Key.as:77]
PASSED: typeof(Key.RIGHT) == 'number' [./Key.as:78]
PASSED: Key.RIGHT == 39 [./Key.as:79]
PASSED: typeof(Key.DOWN) == 'number' [./Key.as:80]
PASSED: Key.DOWN == 40 [./Key.as:81]
PASSED: typeof(Key.HOME) == 'number' [./Key.as:82]
PASSED: Key.HOME == 36 [./Key.as:83]
PASSED: typeof(Key.END) == 'number' [./Key.as:84]
PASSED: Key.END == 35 [./Key.as:85]
PASSED: typeof(Key.ENTER) == 'number' [./Key.as:86]
PASSED: Key.ENTER == 13 [./Key.as:87]
PASSED: typeof(Key.ESCAPE) == 'number' [./Key.as:88]
PASSED: Key.ESCAPE == 27 [./Key.as:89]
PASSED: typeof(Key.PGDN) == 'number' [./Key.as:90]
PASSED: Key.PGDN == 34 [./Key.as:91]
PASSED: typeof(Key.PGUP) == 'number' [./Key.as:92]
PASSED: Key.PGUP == 33 [./Key.as:93]
PASSED: typeof(Key.SPACE) == 'number' [./Key.as:94]
PASSED: Key.SPACE == 32 [./Key.as:95]
#passed: 49
#failed: 0
#total tests run: 49
