Guide and actionscript movement?

If I want to have :

onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT)) {
_root.abc._x++;
}
}

but I want it to have it stay on the guide layer that I’ve clicked it to.

Is this possible or…

~~ Seretha :love: