# Key Codes

**URL:** https://forum.kirupa.com/t/key-codes/98766
**Category:** Uncategorized
**Created:** [January 10, 2004, 11:57pm UTC](https://forum.kirupa.com/t/key-codes/98766 "2004-01-10T23:57:16Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![InsaneMonk](https://avatars.discourse-cdn.com/v4/letter/i/ce7236/32.png) [@InsaneMonk](https://forum.kirupa.com/u/InsaneMonk)
#### Post date: [January 10, 2004, 11:57pm UTC](https://forum.kirupa.com/t/key-codes/98766/1 "2004-01-10T23:57:16Z")

</div>

I need help with key codes. this is what i got and it dont wrk:  
[AS]onClipEvent(load) {  
var key = Key.getCode();  
}  
onClipEvent(enterFrame) {  
if (key == 68) {  
trace(“Problem Fixed”);  
}  
}[/AS]
