I have a list of about 20 buttons that are too big to fit on the main movie, so naturally I want to have them scroll so the viewer can see them all. So:
Is it possible to place these buttons into a dynamic textbox so I can use them with the scroll component (as they are–as buttons)? And if not, what’s the alternative (if any)?
The ultimate goal here is to have a movie play (on a different location of the stage) when the mouse rolls over the buttons. Every other aspect has been taken care of like the movie clips, buttons made, etc. I just need these darn things to scroll…
Probably what you want to do is creat a slidding menu that scrolls relative to your mouse position. Then have rollOver commands to play the MC you want. As for the slidding menu there are tutorials on this site about how to make one! Hope this helps you out!
you cant put your movie clips in a scroll bar as you mentioned… instead youd have to create your own scroll buttons that moved the _y or _x position of an MC containing all of your movie clips.
look at the tut that explains actionscripted motion, then you can apply that to two differnt up/down, left/right buttons. If you are not trying to achieve any crazy effects, but only simple scrolling (or in this case motion of a MC) the coding will be simple. Anyway check out the tut and see what you come up with - if you need help with the code, just post here and I’ll help you out! Hope this helps you get started - good luck.
really? I didnt know the scroll pan would do that - I guess I should have tried before I opened my mouth… good to know that it does more than scroll text files… thanks for the info Iammontoya