# Moving a movie clip with button script

**URL:** https://forum.kirupa.com/t/moving-a-movie-clip-with-button-script/137933
**Category:** Uncategorized
**Created:** [February 18, 2005, 1:37pm UTC](https://forum.kirupa.com/t/moving-a-movie-clip-with-button-script/137933 "2005-02-18T13:37:59Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![byron\_2](https://avatars.discourse-cdn.com/v4/letter/b/51bf81/32.png) [@byron\_2](https://forum.kirupa.com/u/byron_2)
#### Post date: [February 18, 2005, 1:37pm UTC](https://forum.kirupa.com/t/moving-a-movie-clip-with-button-script/137933/1 "2005-02-18T13:37:59Z")

</div>

I have worked it all out with easing and all with

```auto
on (release) {
     textbox:x_target = -450;
     textbox:y_target = 0;
 }

```

but how do i keep moving with the same button?

eg an arrow which moves the target say 100 pixels?

I have don`t it before with a simple change of the button code but I have forgotton it!

Chhers

Byron
