View Single Post
  #3  
Old 04-05-2011, 12:58 AM
Mark Sir Link Mark Sir Link is offline
Kevin Azite
Mark Sir Link's Avatar
Join Date: Sep 2005
Posts: 1,489
Mark Sir Link is just really niceMark Sir Link is just really nice
Send a message via AIM to Mark Sir Link
the event you're catching is onMouseDown, and invoking
PHP Code:
function KeyboardDown(){


outside of the UI block

should also change this to name or this.name I believe, it is expecting a string, not an object.
Reply With Quote