how can i tell you before i have downloaded it. sorry but i failed my telepathy mba
- Has been a member for 5-6 years
- Exclusive Author
- Sold between 1 000 and 5 000 dollars
- Bought between 100 and 499 items
- United States
- Referred between 100 and 199 users
hey richardson… i was wondering… can images be used instead of text in the scrolling menu?
if so is it difficult?
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!
What do I use to open and edit this menu? I have tried flash mx and swish max. What am I doing wrong?
is this managed by XML ?
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.
Thanks for the info Swandieve. It’s good to get an answer, finally.
- Has been a member for 3-4 years
- Author had a File in an Envato Bundle
- Item was Featured
- Exclusive Author
- Sold between 10 000 and 50 000 dollars
- Bought between 10 and 49 items
- United Kingdom
- Referred between 10 and 49 users
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. 
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

141 Purchases
9 Comments