I need to "arrange" an array item by using the up/down arrow keys.
Each item in the array is represented by a movieclip on the screen, and the idea is to select one, and then move it up and down through the array. For example say you have 7 items in your inventory and want to move item nr 6 ( array[6] ) to the top of the visual representation list ( array[0] ). So it would move through the array and when you hit the top it jumps back down to 7 again. one jump for each keystroke. hope this makes sense.

Anyone know a simple way to do this? Somehow I am stuck in my head and can't seem figure it out.