Free FlashDen file of the month. Click here to download.
Search  

VERTICAL SCROLLER

HomeBrowse CategoriesMenus & ButtonsVertical Menusvertical scroller

A scoll menu is very populair. Thats why I made an verticel scroller menu to. But this scoll menu one is even better than the horizontal scroller(http://www.flashden.net/item/dynamic-scroller/313). the additions are:

  • This scoller is fully dynamic, you can put your menu items in a list in the code as many as you like It automaticly generates the scoller menu.
  • The I put the over, out en the release state from the buttons in an function so you can link them easily to your prefered location.
  • And this mouse controlled scroller looks damn good if I may say so myself

If you need Any help please mail me at mennorichardson@gmail.com

Succes,

Menno Richardson

Posted over 2 years ago

ITEM DISCUSSION

Show Comments By

how can i tell you before i have downloaded it. sorry but i failed my telepathy mba

Posted over 2 years ago

hey richardson… i was wondering… can images be used instead of text in the scrolling menu?

if so is it difficult?

Posted over 2 years ago

1. Can this be managed/updated with XML ? 2. What do you mean when you say “you can put your menu items in a list in the ‘code’”. By code, do you mean Actionscript or something else? 3. How do you link the buttons?

Thanks!

Posted about 1 year ago

What do I use to open and edit this menu? I have tried flash mx and swish max. What am I doing wrong?

Posted about 1 year ago

is this managed by XML ?

Posted about 1 year ago

drakkeon, 1) This isn’t currently xml 2) Actionscript—menu items array 3) I have NO IDEA . There was no example, and I’m below a beginner when it comes to actionscripting.

Posted about 1 year ago

Thanks for the info Swandieve. It’s good to get an answer, finally.

Posted about 1 year ago

This is quite nice but would be better if everything could be moved into a movie clip to allow for easier dropping into another fla without having to change a load of code. ;-)

Posted 10 months ago

I purchased this item… but am unsure about linking. Can you give me an example of the actionscript necessary to create the links?

I see this code in the scrollPanel Movie clip and I believe that this is where the code should go… but you don’t have even one example of the linking code…

for (var i:Number = 0; i < _root.menuItems.length; i++) { menu = attachMovie(“scrollItem”, “scrollItem”+i, this.getNextHighestDepth()); menu._y = menu._y+i*82; menu.textHolder.itemText.text = _root.menuItems[i] menu.item = _root.menuItems[i]; menu.onRollOver = function() { this.textHolder._alpha = 100; } menu.onRollOut = function() { this.textHolder._alpha = 50; } menu.onRelease = function() { _root.contentTitle.text = this.item; } }

Your help with this would be appreciated.

Thanks, Wayne

Posted 6 months ago