# How to do this

**URL:** https://forum.kirupa.com/t/how-to-do-this/4891
**Category:** flash
**Created:** [August 23, 2002, 10:06pm UTC](https://forum.kirupa.com/t/how-to-do-this/4891 "2002-08-23T22:06:51Z")
**Posts on this page:** 9
**Page:** 1

<div class="post-metadata">

### Author: ![vip3r](https://avatars.discourse-cdn.com/v4/letter/v/c2a13f/32.png) [@vip3r](https://forum.kirupa.com/u/vip3r)
#### Post date: [August 23, 2002, 10:06pm UTC](https://forum.kirupa.com/t/how-to-do-this/4891/1 "2002-08-23T22:06:51Z")

</div>

i know im starting to get annoying, but i really need to get my page done 🙂

ok, how would i create an effect so that when a user clicks a button, the page scrolls off the screen while a new one comes in? would i create the page at like its width+the page width? would i have to create a whole different page for difference screen resolutions? (because my page takes up the whole width of the screen using the chromeless window script)

---

<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 23, 2002, 10:12pm UTC](https://forum.kirupa.com/t/how-to-do-this/4891/2 "2002-08-23T22:12:45Z")

</div>

```auto
**System.capabilities.screenResolutionX
System.capabilities.screenResolutionY**

```

---

<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 23, 2002, 10:34pm UTC](https://forum.kirupa.com/t/how-to-do-this/4891/3 "2002-08-23T22:34:27Z")

</div>

ok, so how would i create the scrolling effect? would i like subtract the screenwidth from the pagewidth and then use that as a gap on both sides? my fla is at:

[http://www.vip3r.com/temp/navigator.fla](http://www.vip3r.com/temp/navigator.fla)

I want to scroll the content off the screen, and then bring in some other stuff (pretty much the same thing, but a little different content) if you click on some of the buttons, u’ll see it scrolls the red thing. kinda like a filmstrip, scrolling through… I want to have the same effect, except the red thing (selector) is what is behind the mask (content mask)

---

<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 23, 2002, 10:39pm UTC](https://forum.kirupa.com/t/how-to-do-this/4891/4 "2002-08-23T22:39:47Z")

</div>

i just found a pretty kewl tutorial on what i basically want to do:

[http://www.kirupa.com/developer/flash5/menudragger2.asp](http://www.kirupa.com/developer/flash5/menudragger2.asp)

its just the draggable blue box is selector (the red thing that goes over the text), and the number boxes are the content thingy.

---

<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 24, 2002, 12:30pm UTC](https://forum.kirupa.com/t/how-to-do-this/4891/5 "2002-08-24T12:30:05Z")

</div>

nobody?

---

<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 24, 2002, 1:25pm UTC](https://forum.kirupa.com/t/how-to-do-this/4891/6 "2002-08-24T13:25:50Z")

</div>

i have seen exactly what i want:

> **[Save BIG with $9.99 .COMs from GoDaddy!](http://www.lostinbeta.com/)**
>
> Get your own corner of the Web for less! Register a new .COM for just $9.99 for the first year and get everything you need to make your mark online — website builder, hosting, email, and more.

  
click on the expiremental link or something, and stuff scrolls off and some other stuff scrolls in… what would i use to do this to the entire screen?

---

<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 26, 2002, 2:09am UTC](https://forum.kirupa.com/t/how-to-do-this/4891/7 "2002-08-26T02:09:38Z")

</div>

There’s a scrolling menu tutorial on this site. THe source is missing and the method sucks but it’s there 🙂 I’ll try and update it.

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: [August 26, 2002, 2:20am UTC](https://forum.kirupa.com/t/how-to-do-this/4891/8 "2002-08-26T02:20:35Z")

</div>

[http://www.kirupa.com/developer/flash5/slidingmenu.asp](http://www.kirupa.com/developer/flash5/slidingmenu.asp)

There is the Kirupa tutorial using the button method instead of the sliding method 🙂

---

<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 27, 2002, 5:31pm UTC](https://forum.kirupa.com/t/how-to-do-this/4891/9 "2002-08-27T17:31:50Z")

</div>

thanx 🙂
