# Jeoshamsi

**URL:** https://forum.kirupa.com/t/jeoshamsi/289077
**Category:** Uncategorized
**Created:** [May 26, 2009, 5:28am UTC](https://forum.kirupa.com/t/jeoshamsi/289077 "2009-05-26T05:28:40Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![jeoshamsi](https://avatars.discourse-cdn.com/v4/letter/j/4491bb/32.png) [@jeoshamsi](https://forum.kirupa.com/u/jeoshamsi)
#### Post date: [May 26, 2009, 5:28am UTC](https://forum.kirupa.com/t/jeoshamsi/289077/1 "2009-05-26T05:28:40Z")

</div>

Hi guys

i am new in Action Scripting Kindly guide me.

1. I have Main movie 24 fps.
2. There is one movie clip contain 185 frames animation.
3. Another Movie clip have one slider with (slide.\_x = 0).

Kindly guide me how can i move my slide.\_x till 41 when (another Movie clip which have 185 frame animation) will reach on frame no 185. Still i have done this:

var limit1 = 41;  
if (c == undefined){  
a = 1;  
if (a = 1){  
for (i=0 ;i\<= limit1; i++){  
\_root.slide.handle.\_x = i;

}

```
    trace (_root.slide.handle._x);
  }
};

```

Question: slide.\_x will animate from 0 to 41 when another movie clip moves from 1 to 185. Thnaks.
