all groups > flash actionscript > may 2005 >
You're in the

flash actionscript

group:

Scroll movie using actionscript


Scroll movie using actionscript redl3tt3r
5/12/2005 5:32:17 PM
flash actionscript:
Greetings,

I am atempting to create a website that is one long image, but only part of
the image displays.

I have 6 "pannels" that create the image I want to creat a menu that when you
click it will scroll over to the selected pannel.

Example.
You are viewing panel 1 and want to go to pannel 4, you click the button and
it scrolls past panel 1>2>3 and we arrive on 4. I dont just want it to jump for
panel 1 to 4 I want it to scroll past.

here is what I have.
1. A movieclip called content.
-------------------------------------------
- This contains all the content for the page it is a symbol that is 33200px
long and 400px high
- This contains my 6 panels, each is 550px wide and 400px tall.

2. A masking layer to mask the content movieclip to the size of the stage.

I tryed to move the content movie clip using _root.content._x+=5 but it move
pretty choppy.

anyone have and Ideas????

-redLetter
Re: Scroll movie using actionscript sampurtill
5/12/2005 5:44:51 PM
Ok theres a few ways to do this and make it look good. I don't know how
advanced you are, but since you haven't figured it out for yourself I'll just
show you the easiest way to get it done. Just go take this tutorial -

http://actionscript.org/tutorials/intermediate/Easing_Menu_System/index.shtml

It's super easy. Hope this helps

// Sam
AddThis Social Bookmark Button