# Need urget help

**URL:** https://forum.kirupa.com/t/need-urget-help/222695
**Category:** Uncategorized
**Created:** [April 16, 2007, 9:09am UTC](https://forum.kirupa.com/t/need-urget-help/222695 "2007-04-16T09:09:09Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![montyT](https://avatars.discourse-cdn.com/v4/letter/m/c89c15/32.png) [@montyT](https://forum.kirupa.com/u/montyT)
#### Post date: [April 16, 2007, 9:09am UTC](https://forum.kirupa.com/t/need-urget-help/222695/1 "2007-04-16T09:09:09Z")

</div>

hi everybody

i have made an \_x motion animation with this script. this works fine. but now the thing is, i have made a buttoon when i’ll rollover on that button this scroller animation should stop.

can anybody tell me wat script should i rite.

```auto

this.onEnterFrame = function (){
	if (this.images.contents._x >-1200){
		this.images.contents._x += -3;
	}else {
		this.images.contents._x +=1200;
	}
}

```

:cross-eye
