no.
but scarces method looks a bit daunting i gotta say
on your code, before you perform any actions, ie. after all your onKey stuff and listeners and what not… before you actually DO what you want to do… put this before it
if(x!=2){
and the following just after your actions
x=2}
then close off all your key down stuff… then put an identical to your onKeyDown function but trading in Down with Upwith the following action:
{x=1}
if you give us the code you have at the moment we will be better able to demonstrate the simplicity of it
Prophet.