#1 (permalink)  
Old 06-22-2008, 12:42 AM
Junior Member
 
Join Date: Jun 2008
Posts: 4
Default Vertical Scrolling Menu Help

Hi,
I need some support on your Vertical scrolling menu.
First it works great!
BUT,
for some reason the menu continues scrolls even though I am not directly on it.
Like the scroll area is the whole stage instead of just the box it is in.
I even tried creating it's own MC with a mask and it still scrolls past the mask.
Now I fixed the code as in:
"Currently the menu resize using the values from Stage.width and Stage.height.
To set fixed width and height values, remove the onResize function in the code and add the following lines:

var mw:Number = 300;
var mh:Number = 300;

mcList.width = mw;
mcList.height = mh-mcTitle.height;
mcTitle.width = mw; "

So I don't know why it is still scrolling outside it's own area.
Anyway to control this?
Joseph Wraith
Reply With Quote
  #2 (permalink)  
Old 06-22-2008, 10:54 AM
Super Moderator
 
Join Date: May 2008
Posts: 560
Send a message via Skype™ to Adrian
Default

Hi,
You can find the solutions here
Reply With Quote
  #3 (permalink)  
Old 06-22-2008, 03:02 PM
Junior Member
 
Join Date: Jun 2008
Posts: 4
Default Thanks!

That worked great!
Awesome scrolling menu by the way.
Reply With Quote
  #4 (permalink)  
Old 06-25-2008, 08:30 AM
Super Moderator
 
Join Date: May 2008
Posts: 560
Send a message via Skype™ to Adrian
Default

Thank you
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.