# Picture Marque wid buttons

**URL:** https://forum.kirupa.com/t/picture-marque-wid-buttons/759
**Category:** flash
**Created:** [July 29, 2002, 7:57am UTC](https://forum.kirupa.com/t/picture-marque-wid-buttons/759 "2002-07-29T07:57:48Z")
**Posts on this page:** 10
**Page:** 1

<div class="post-metadata">

### Author: ![sweet\_baby](https://avatars.discourse-cdn.com/v4/letter/s/6a8cbe/32.png) [@sweet\_baby](https://forum.kirupa.com/u/sweet_baby)
#### Post date: [July 29, 2002, 7:57am UTC](https://forum.kirupa.com/t/picture-marque-wid-buttons/759/1 "2002-07-29T07:57:48Z")

</div>

hi does som1 kno how 2 mak a piture marquee wid controls like da 1 at

This is the URL: [http://www.sonypictures.com/start.html](http://www.sonypictures.com/start.html)

exactly wot scorpian suggested. Plz 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: [July 29, 2002, 8:09am UTC](https://forum.kirupa.com/t/picture-marque-wid-buttons/759/2 "2002-07-29T08:09:42Z")

</div>

Not too hard. I can’t write it right now though… I’ll try in the morning.

---

<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: [July 29, 2002, 8:29am UTC](https://forum.kirupa.com/t/picture-marque-wid-buttons/759/3 "2002-07-29T08:29:46Z")

</div>

Hey David (what kind of name is that? I prefered upu…)  
Where have you been for so long? I started wondering…

\>sweetbaby: No idea what you’re talking about 😛

pom :asian:

---

<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: [July 29, 2002, 8:41am UTC](https://forum.kirupa.com/t/picture-marque-wid-buttons/759/4 "2002-07-29T08:41:23Z")

</div>

ok thanx

---

<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: [July 29, 2002, 10:12pm UTC](https://forum.kirupa.com/t/picture-marque-wid-buttons/759/5 "2002-07-29T22:12:50Z")

</div>

I’m doing ok. david is my name, hence, what kind of name is david…?

I’ve been on hiatus, granted, more extended than I would have origionaly thought it would be. Just busy. I’ve got lots of work, and games to delve into right now. I’m trying to keep up apearances though. I check the posts at least once a day, even if I’m not replying to them.

What Baby is looking for is the age old side scrolling menu, with tumbnail buttons.

We would set this up like this Baby.

Create a couple of thumbs. You can add more later, but it’s easier if you start from the beginning with them.

Place them on the stage next to each other, at a distance that you like.

Select all of the icons/pics/thumbs, and hit F8. Select movie clip, and give it a library name of “slidingMenu”.

Now open the instance panel and give this movie clip an instance name. I’ll use “slidingMenu” again. (keeps things straight.)

Create two buttons. These you can place, like they did at that site, to the left of the slider, but there are other methods of doing this as well. I’m just going to discribe their version.

The top button scrolls the menu to the left. The bottem button scrolls to the left.

On the top button you place the following code

on(rollOver){  
\_parent.slidingMenu.velocity=-10;  
}  
on(rollOut){  
\_parent.slidingMenu.velocity=0;  
}

on the bottem button, you place the following code

on(rollOver){  
\_parent.slidingMenu.velocity=+10;  
}  
on(rollOut){  
\_parent.slidingMenu.velocity=0;  
}

then on the movie clip called slidingMenu, you place the following code.

onClipEvent(enterFrame){  
this.\_x+=velocity;  
}

* * *

mind you, that’s the most simplistic aspect of that example. There are a couple of threads around here which discribe the effect in more detail. Doing a search using the words “sliding menu” should produce some good results.

There is also a tutorial on [www.kirupa.com](http://www.kirupa.com) which talks about this effect.

So take a look for both of those. There are tweeks that you can do with it to make the sliding more smooth, or to hide sections of it with a mask, etc. It’ll take a while before you can make one that looks like the one on that site.

---

<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: [July 30, 2002, 11:19am UTC](https://forum.kirupa.com/t/picture-marque-wid-buttons/759/6 "2002-07-30T11:19:08Z")

</div>

TAAAAAAAAAAAAAAA so much 4 ur help ill try it out taaaaa

---

<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: [August 1, 2002, 12:38pm UTC](https://forum.kirupa.com/t/picture-marque-wid-buttons/759/7 "2002-08-01T12:38:36Z")

</div>

ok david i did exactly what you said but the sliding menu doesn’;t seem to work :\*( so please could someone make it for me and i willl send all the pictures and links is that ok OR  
will someone give me a FULL tutorial david i looked at your site, and i understood exactly what to do so thanks but since im still 14 its really hard to understand ☹ and i need a complete tutorial for my website please

---

<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: [August 1, 2002, 2:49pm UTC](https://forum.kirupa.com/t/picture-marque-wid-buttons/759/8 "2002-08-01T14:49:27Z")

</div>

…

---

<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: [August 2, 2002, 4:49am UTC](https://forum.kirupa.com/t/picture-marque-wid-buttons/759/9 "2002-08-02T04:49:51Z")

</div>

ok, I’ll see what I can do. It might take me a little bit of time to do that, but it’s really the next of my tutorials that I need to do. I’ve been having some minor problems with my preloader, so I’ve been working on solving that at the momment.

Thank you for taking time to try to write a slower and with more structure. I appreciate the effort.

If you do take my tutorial for your site, please remember to give me some credit for the creation, and if you can, mention [www.kirupa.com](http://www.kirupa.com). We appreciate advertisement. 🙂

---

<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: [August 2, 2002, 11:17am UTC](https://forum.kirupa.com/t/picture-marque-wid-buttons/759/10 "2002-08-02T11:17:22Z")

</div>

thanxxxxxxx sssssssssssooooooooo much. Yes i will give you the credit for all your hard work and help you have put in to help me. I will also put a link for your website and kirupa on my site. So Far i havent done much on my site but so far ive done :

[http://www.sweet-baby.cjb.net](http://www.sweet-baby.cjb.net)

thats my website

once again thannnnnnnnnnnnnkkkkkkkkkk you so much, this means so much to me thanx=)
