Key navigation on cursor function

I know how to do custom cursors. I know how to do a MC controllable by keys.
Next I would like to create a MC thats controlable by keys and effective on normal(!) buttons. (So don’t give me that hitTest crap.:beer:)

To illustrate the idea:

Also, when I use this script:

onClipEvent (load) {
    Mouse.hide();
    startDrag (this, true, 300, 265, 300, 265);
}

the fixed position is effective on a normal button. (See how it doesn’t consurn hitTest?!(-:slight_smile:

I really would like to create a dynamic way of using this “cursor fixing”. Again, one thats controlable by keys and effective on normal buttons. Does anyone see how to do this?

[SIZE=-1]Thanks for reading, any help on the subject would be appreciated.[/SIZE]:te: