# Guide and actionscript movement?

**URL:** https://forum.kirupa.com/t/guide-and-actionscript-movement/40875
**Category:** flash
**Created:** [January 22, 2004, 10:44pm UTC](https://forum.kirupa.com/t/guide-and-actionscript-movement/40875 "2004-01-22T22:44:01Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Lacuna](https://avatars.discourse-cdn.com/v4/letter/l/edb3f5/32.png) [@Lacuna](https://forum.kirupa.com/u/Lacuna)
#### Post date: [January 22, 2004, 10:44pm UTC](https://forum.kirupa.com/t/guide-and-actionscript-movement/40875/1 "2004-01-22T22:44:01Z")

</div>

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:
