Scrolling menu

Hi again guys

I just want to know how to add long text in scrolling menu without using the action section in flash… The text tha i want to add takes up lots of space but i dont want to increase the dimension of the site cos it will effect the rest pages
Plz guys answer this q that i have been asking for really long time
Just show me the stepts and how to do it

Thanks for your attntion…Looking forward hearing from you

Without any actions the only alternative is to put the text in a Movieclip and make a Tween between two frames.

hell -

pellepiano is right, the best way to do this without using this without actions is to tween it. if you want the text to only be visible on a certain portion of your movie, simply apply a mask to the text.

one drawback with large scrolling blocks of text, though, is that they can really eat up processor power on the users computer. the best way to avoid this is to create the text with a transparent background in a program such as fireworks of photoshop.

good luck!

OK guys but how can i do tha? tween between 2frames if i have the dimension of the movie is small? i dont wanna change the dimensions
I would be more than thankful if any one could show me how exactly i can do it

Thanks for ur time guys

Check this fla I made…

www.pellepiano.com/tester/ki_scroll_tween.fla

Sorry to take long… Just finished my exams

I saw it dude. Really great and thats how i really want it!
But i have few qs… I hope i’m not bothering ya with them i just need to have the whole pic:

I want to know if i should put it in the 1st sceen or in a new one cos i wanna create 5more scrolling menus :hangover:
One more thing how can i add the buttons to it? should i add a stop action in the first frame and in the last one?

Thank you for your attention. Looking forward hearing from you

Put it all in a movieclip . Add two buttons inside there to (code below). Then you can copy the movieclip in the library so you have five of them. Then you can just use one on each of the first 5 frames in your file.

Code on buttons

//Ex
on(release){
stop();
}

on(release){
play();
}

Didnt work dude ;(
Either ya explain more to me :sigh: :whistle: or i should forget it :asian:

Even tho i would be more thankful if ya do help…

Selcet all frames.
Edit>Copy Frames
Make a empty movieclip
Paste the frames inside the movieclip
Edit>Paste Frames
Add the buttons with the code in prev post (inside movieclip).

Erase the animation on the main timeline ( original tween).

Drag the movieclip from the library to the stage.

///Next Stage

Duplicate the movieclip in the library 5 times ( now you can have separate texts in each movieclip).