# See if you can figure this out

**URL:** https://forum.kirupa.com/t/see-if-you-can-figure-this-out/12320
**Category:** Uncategorized
**Created:** [January 29, 2003, 6:44pm UTC](https://forum.kirupa.com/t/see-if-you-can-figure-this-out/12320 "2003-01-29T18:44:16Z")
**Posts on this page:** 9
**Page:** 1

<div class="post-metadata">

### Author: ![shuga](https://avatars.discourse-cdn.com/v4/letter/s/a9adbd/32.png) [@shuga](https://forum.kirupa.com/u/shuga)
#### Post date: [January 29, 2003, 6:44pm UTC](https://forum.kirupa.com/t/see-if-you-can-figure-this-out/12320/1 "2003-01-29T18:44:16Z")

</div>

i would like to have movieclips that are duplicated in a position off screen and then scroll across the screen in a direction that i specify in the script then once off screen on the other side they disappear.

i don’t want all the movieclips to look the same though so i thought about adding a few frames to the base movieclip with different images in them then when the movieclip is duplicated it will choose a random frame to gotoAndStop on.

sounds kinda neat to me. i’m trying to understand how the movieclip duplication scripts work. it’s illuding me at the moment but i’d like to figure it out.

thanks for your help =)

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [January 29, 2003, 6:54pm UTC](https://forum.kirupa.com/t/see-if-you-can-figure-this-out/12320/2 "2003-01-29T18:54:05Z")

</div>

here’s a tutorial for it, but its not loading correctly. I am pretty sure this is what you want.

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [January 29, 2003, 7:34pm UTC](https://forum.kirupa.com/t/see-if-you-can-figure-this-out/12320/3 "2003-01-29T19:34:40Z")

</div>

there’s no link there … ?  
:whistle:

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [January 29, 2003, 7:40pm UTC](https://forum.kirupa.com/t/see-if-you-can-figure-this-out/12320/4 "2003-01-29T19:40:54Z")

</div>

jubba :whistle:

jubby :whistle:

is anybody home :q:

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [January 29, 2003, 8:03pm UTC](https://forum.kirupa.com/t/see-if-you-can-figure-this-out/12320/5 "2003-01-29T20:03:38Z")

</div>

lol sorry…

[http://www.kirupa.com/developer/mx/continuousmovement.asp](http://www.kirupa.com/developer/mx/continuousmovement.asp)

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [January 29, 2003, 8:12pm UTC](https://forum.kirupa.com/t/see-if-you-can-figure-this-out/12320/6 "2003-01-29T20:12:48Z")

</div>

that tutorial shows me how to bounce stuff around

what i want to do with the script at the moment is have leaves blowing across the screen. i will have several different small images of leaves in the mc and then when they are generated they will pick a random frame or leaf image and then go across the screen and disappear

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [January 29, 2003, 8:14pm UTC](https://forum.kirupa.com/t/see-if-you-can-figure-this-out/12320/7 "2003-01-29T20:14:24Z")

</div>

wait maybe i’m missing something … i didn’t read through it completely … just skimmed the code

i’m going to do the tutorial and post back here what i find

thank you 🙂

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [January 29, 2003, 8:20pm UTC](https://forum.kirupa.com/t/see-if-you-can-figure-this-out/12320/8 "2003-01-29T20:20:14Z")

</div>

That will show you how to move the code. That is pretty much all I wanted for you from that tut.

As for duplicating the movieclip then you would have to use an If statement to check the frequency and then dup the MC.

can’t go into it because i have class and work to do. If no one has answered by the time I return then I will post a response.

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [January 29, 2003, 8:28pm UTC](https://forum.kirupa.com/t/see-if-you-can-figure-this-out/12320/9 "2003-01-29T20:28:15Z")

</div>

i’ll check back later

thank you very much for your help =)
