# Problem with keys

**URL:** https://forum.kirupa.com/t/problem-with-keys/121051
**Category:** Uncategorized
**Created:** [August 30, 2004, 2:48pm UTC](https://forum.kirupa.com/t/problem-with-keys/121051 "2004-08-30T14:48:45Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Brandon](https://avatars.discourse-cdn.com/v4/letter/b/f08c70/32.png) [@Brandon](https://forum.kirupa.com/u/Brandon)
#### Post date: [August 30, 2004, 2:48pm UTC](https://forum.kirupa.com/t/problem-with-keys/121051/1 "2004-08-30T14:48:45Z")

</div>

I am remaking a way to configure my site (looks like the command prompt interface Start\>Programs\>accossories) and ive got all the regular code down but i need a way to make the blinking “\_” …thing move, but the is down code doesnt becuase it doesnt move at the same time i hit the z key. it just keeps moving to right like 30 pixels at a time on one click. so is there like a onup for an if statement?

// z x y  
if (Key.isDown(90) or Key.isDown(89) or Key.isDown(88)) {  
\_root.Blinky.\_x += 10;  
}

please help
