Quote:
Originally Posted by ns66
just a thought, create a new method with a different name like doLeft2, in there you call this.doLeft(), so you avoid the recursive loop, and map the key to call doLeft2
|
I believe diablo already tried that and using a custom-named function didn't work.