Anyone Help Please Scrolling Menu
Hi! I am doing the menu_sys-dee_gro_3677 scrolling menu. I have a feeling in Flash 5 it is not working because scripting has changed. Would someone please email me? I need the help, and it is a simple script.
Thanks! K
FlashKit > Flash Help > Flash ActionScript
Posted on: 10-10-2001, 06:18 PM
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
How To Smooth The Movement (scrolling Background And Scrolling Menu ) ?
hi! i'm new here and also a beginner in flash.. i need some help on how to smooth the movement in my flash project.. scrolling background with scrolling menu.. i got this script from a tutorial and i did some adjustment on it.. but somehow both the background and menu movement are not smooth as i want. its kept jerky along their movement. this is the script that i use to move both background and menu.. hope someone can help me to repair or to alter this script.. thanks! =)
//scrolling background with scrolling menu
//when mouse moves left, background and menu moves right
if ((_xmouse>-0.5) && (_xmouse<230) && (_ymouse>-0.1) && (_ymouse<450)) {
_root.back._x =_root.back._x +6 ;
_root.menu_mc._x =_root.menu_mc._x +10 ;
}
// when mouse moves right, background and menu moves left
if ((_xmouse>400) && (_xmouse<616) && (_ymouse>-0.1) && (_ymouse<450)) {
_root.back._x =_root.back._x -6 ;
_root.menu_mc._x =_root.menu_mc._x -10 ;
}
if (_root.back._x>1309.5) {
_root.back._x = -79;
}
if (_root.back._x<-697.8) {
_root.back._x =679;
}
//----------------------------------------------
if (_root.menu_mc._x>1200.5) {
_root.menu_mc._x = -99;
}
if (_root.menu_mc._x<-730) {
_root.menu_mc._x =569;
}[/size][/size][/size][/size]
Vertical Scrolling Menu Not Scrolling
i'm using flash mx
i inserted this code from a friend who had a horizontally scrolling menu and altered it slightly to suit my vertical menu. when i test it nothing moves.
i have this action placed in frame 3 of my movie:
center = 220.5;
reelPos = reel._y;
topStop = -360;
bottomStop = 360;
and in frame 4 i have this action:
if (_xmouse<774 & _xmouse>10) {
reelSpeed = (_ymouse-center)/10;
reelPos = Math.round (reelPos+reelSpeed);
if (reelPos<topStop) {
reelPos = topStop;
}
if (reelPos>bottomStop) {
reelPos = bottomStop;
}
reel._y = reelPos;
}
what am i missing here?
Menu Scrolling
there is a tutorial on flashkit called menu scrolling effect. it's under interfaces. here's the problem. when i click on a button, it causes a graphic/movie clipe to scroll in. depending on the button you push will determine where the graphic/movie clip will scroll to. the problem is that i want the graphic/movie clip to move. so when it comes on the stage, it will be moving back and forth, then when you press on a button, the clip will scroll to it's predetermined position. this is a horizontal scroll, just in case x coordintates are necs.
Scrolling Menu
yo
i've made a scrolling menu (controlled by mouse over buttons) which contains various headings that relate to a larger list elsehwere on the stage.
the intention is for the user to scroll the menu and when any of these headings reaches a specified point (ie the centre of the menu) the information in the larger list changes according to that heading.
i may have explained that badly, but if someone understands what i mean and can point me in the right direction or let me know if this is possible would be much appreciated.
peace
[Edited by optik1 on 08-13-2001 at 09:25 AM]
Scrolling Menu
Using Swish, how can I create a horizontal scrolling menu. I've seen some really cool ones that scroll left when you mouse over the left arrow and right when scrolling on the the right.
Any suggestions would be great!
Thanks.
::Scrolling Menu::
guys i need the code or a tutorial on how to create those funky scrolling menus - the ones that infinately scroll to the left when the mouse goes right, and scroll right when mouse goes left.
i dont know what its called, tried doing search on FK but no results.
if any one has the code for this, please forward, i'm no stranger to action script.
Scrolling Menu Help
Ok...i've gone through a lot of these demo files on this site of (infinite loop) horizontal scrolling menus, dynamically drawn..You know the ones i mean
They all great...but the all work on a similar principle of a text string and a number of menu items that become your 'button' item, item2, item3, etc...what i want is a scrolling menu but with an image(movie clip) rather than text (or as well a text)...I know how to swap a clip using attachMovie but how to do this 'dynamically' according to the name of a menu item
Any ideas? Is this a very complex to additon to make ? thanks a lot
Scrolling Menu Bar
does anyone know where i can find a tutorial on how to create a scrolling menu bar? if you don't know what i'm talking about check out afterglo.net, it's a cool website with a cool menu bar. if anyone can help i'd be very grateful. thanks alot!
Scrolling Menu
I was wondering how people made those scrolling menus..? Is there a tutorial? or do I use a program called macromedia generator?
Plz help.....your my only help........*cough...
Scrolling Menu
Hi. I'm having trouble with a scrolling menu that's driving me crazy. I found a web site http://www.spineshank.com that has a really cool scrollable menu that i really like that i want to use for my page. Now i know there are a few on this site that have this sort of style but heres the problem. The images that scroll or text , when made to a button only work for opening new pages . I need it to go to a differant frame or scene. None that i have found can do this. Does anybody know how or where i can find this sort of thing?
Help With Scrolling 3-d Menu
Hey everyone,
I'm developing a personal site, with a 3-d column of cubes on the side that serve as the menu buttons. So far this is what I have:
http://www.geocities.com/harttmusic
It scrolled fine, but only the first .swf was loaded, no matter which button you clicked. This was with all different instances.
So, what I did was to make completely seperate cubes, one for each instance, and I put them in the column.
Now, it loads whichever .swf corresponds (YAY!), but won't scroll at all.
This is the actionscript that I have to make the menu scroll:
y = _ymouse-240;
setProperty ("/rol", _y, X);
X = X-(Y/10);
if (Number(X)>520) {
X = X-486;
}
if (Number(X)<36) {
X = Number(X)+486;
}
height = getProperty("rol", _y);
::end script
followed by a frame of:
gotoAndPlay (_currentframe - 1);
::end script
HELP!!!!!!!!!!!!!
Q
Scrolling Menu... Please Help
Hi
I am making a scrolling menu for my site, but I am having trouble making it scroll. I have a scroller (already constrained to what I want). See the picture:
I haven't ever used an image in my postings, so if it is too small to read the text go here,
http://www.f5b.my100megs.com/help.jpg.
So I want my scroller to controll my menu MC. If you drag my scroller up, the MC goes up, and vice versa. If you think you can help, but I'm not clear enough, drop me a line at mailto:jreznik@shaw.ca
Thanks in advance
l8er
[Edited by l8erdude on 03-15-2002 at 11:47 PM]
Scrolling Menu
Right then, i am trying to produce a scrolling menu (and failing) so that when the mouse moves to the right of the menu area, the menu will scroll left and when it is at the left side then it will scroll right, this type of menu has been seen thousands of times im sure. i have the menu inside an mc which is put on the main timeline. in this mc (container) there is the menu content (which i want to move), a mask so that not all the menu can be seen, and an mc the same size of the mask which i will get the _xmouse co-ordinate on that mc to move the menu content. there is also an actions layer. my code looks like this:
//variables
speed = 0
goingleft = false
goingright = false
//movement function
function move() {
if (_parent.archive_area._xmouse<25) {
speed = 0
} else if (_parent.archive_area._xmouse>25) {
speed = -1
} else if (_parent.archive_area._xmouse>50) {
speed = -2
} else if (_parent.archive_area._xmouse>75) {
speed = -3
} else if (_parent.archive_area._xmouse>100) {
speed = -4
} else if (_parent.archive_area._xmouse>-25) {
speed = 0
} else if (_parent.archive_area._xmouse<-25) {
speed = 1
} else if (_parent.archive_area._xmouse<-50) {
speed = 2
} else if (_parent.archive_area._xmouse<-75) {
speed = 3
} else if (_parent.archive_area._xmouse<-100) {
speed = 4
}
if (speed>0) {
goingleft = true
goingright = false
} else if (speed<0) {
goingleft = false
goingright = true
} else if (speed = 0) {
goingleft = false
goingright = false
}
_parent.content._x += _parent.speed;
}
archive_area is the mc the size of the mask that the mouse co-ordinate is taken from.
content is the menu itself
hopefully you will see what the code is trying to do, if not then il explain. if the mouse's x position is between -25 and 25 on the archive_area mc then the speed is 0 so nothing will be added or subtracted from contents _x position. then, in 25 pixel multiples, the speed variable will increase/decrease. this should give an idea of acceleration and decelleration. there are 3 frames in the container, the first frame initialises the code, the second and third have move() called, and the 3rd creates a loop to fram 2. it should work by what i can see, although i am not a very experienced coder so maybe someone can help me see the light.
cheers
Aaron
Scrolling Menu Again.....Please Help
Quite a while ago I used a scrolling menu that works on follwoing the mouse on the x axis only...here's an example of where I have used it..
http//www.autoillusions.net/home.html
however I can't get anything to appear ontop of the scroller. It seems to take presidence over everything else.
Here's the guts of the scripting which makes the scroller work:
Set Variable: "distance" = GetProperty("/draggy",_x)-(/:stageWidth/2)
If (distance<0)
Set Variable: "direction" = 1
Else
Set Variable: "direction" = -1
End If
Set Variable: "speed" = (distance/20)*(/:acceleration*(distance/20))*direction
Set Property ("/slider1", X Position) = GetProperty("/slider1", _x)+speed
Set Property ("/slider2", X Position) = GetProperty("/slider1", _x)+/:sliderWidth
Set Property ("/slider3", X Position) = GetProperty("/slider2", _x)+/:sliderWidth
If (GetProperty("/slider3", _x)>(/:stageWidth+/:maxSpeed))
Set Property ("/slider3", Name) = "temp"
Set Property ("/slider2", Name) = "slider3"
Set Property ("/slider1", Name) = "slider2"
Set Property ("/temp", Name) = "slider1"
Set Property ("/slider1", X Position) = GetProperty("/slider2", _x)-/:sliderWidth
Else
If (GetProperty("/slider2", _x)<(-/:maxSpeed))
Set Property ("/slider1", Name) = "temp"
Set Property ("/slider2", Name) = "slider1"
Set Property ("/slider3", Name) = "slider2"
Set Property ("/temp", Name) = "slider3"
Set Property ("/slider3", X Position) = GetProperty("/slider2", _x)+/:sliderWidth
End If
End If
And here's the scripting which duplicates the MC scroller: and sets up some variables for it all..
Set Variable: "acceleration" = .030
Set Variable: "stageWidth" = 600
Comment: DO NOT CHANGE ANYTHING BUT THE ABOVE TWO VARIABLES UNLESS YOU KNOW WHAT YOU ARE DOING!
Set Variable: "sliderWidth" = GetProperty("/slider", _width)
Set Variable: "maxSpeed" = ((stageWidth/2)/20)*(acceleration*((stageWidth/2)/20))
Trace (maxSpeed)
Set Variable: "speed" = 0
Set Property ("/slider", Visibility) = false
Duplicate Movie Clip ("/slider", "slider1", 1)
Duplicate Movie Clip ("/slider", "slider2", 2)
Duplicate Movie Clip ("/slider", "slider3", 3)
Start Drag ("/draggy", lockcenter)
I hope this helps.....please help..
Scrolling Menu Help
Can someone take a look at this tutorial and tell me how to add links to the buttons. It appears that the clip is one instant and when you take it apart to add your links, it doesn't move and when you put it back together it's one group again, not 6 buttons. I'm kinda new with the actionscript so humor me a bit. thanks http://www.flashkit.com/tutorials/In...4/index.shtml"
Scrolling Menu? Anyone?
Hi,
Does anyone know of any tutorials that show you how to make a scrolling menu that has no visible buttons?
They scroll based on where your mouse is. If you move it to the far left, they scroll quickly left, as you move toward center, they slow down or stop, as you move to the right they speed up and sroll right.
I saw it on http://www.becominghuman.org which has an awesome flash presentation. at the end of each section they have the scrolling menu.
Thanks,
Nua
Scrolling Menu (MX)
see here please
If you look at this scrolling menu (there are 29 images in it as buttons with an mouse over scaling up 50% or so)
If you place your mouse on the right scroll arrow, then you can see a large gap in the menu, it will pop into place, but not do this going the other way. What could be causing this? I can put the code here if it is needed.
Thanks all for your help.
Scrolling Menu
I am doing a tutorial in the Visual Quickpro Flash MX Advanced Guide...on page 327. I'm trying to create a scrolling menu that responds to mouse pointer.
I followed the instructions, but all my menu is doing is moving back and forth on either side...in a cheesy way. It's not scrolling. It looks like an animated gif that spreads out and returns to its normal size. Cheesy.
I'm wondering what I did wrong.
Here are the instructions:
1. Create a movie clip that contains a long row of buttons or graphics, put it on the stage and name it in the Property Inspector.
--it's actually within a movie clip that is on the stage, so this could be my problem right there...?
2. Select the first frame of the root Timeline, and open the Actions panel.
3. Choose Objects>Movie>Movie Clip>Events>onEnterFrame.
4. In the Object field, enter: _root.
5. Choose Actions>Variables>set variable.
6. In the Variable field, enter the name of your movie clip, followed by a dot and then __x for its x property.
7. In theValue field, enter the name of your movie clip, followed by a dot and _x; then add this expression:
(.5 * Stage.width - _xmouse)/10
8. Check the expression box.
9. Test your movie.
Here's what mine does (you have to wait a second for the animation--don't worry it's not long):
http://www.nancytaylordesign.com/hom...menu_test.html
Scrolling Menu Help
everyone has seen the famous yugop menu right? im trying to make one of those with a couple changes though. I want to take out the scaling effect. and I dont want it to keep looping forever (i want there to be a start and end). I'm a flash newbie, so please help. it will be greatly appriated.
Scrolling Menu
Hi All,
I'm hoping to ask you experts for some help. While Surfing I came along this scrolling images element which is held on the Discovery Channel Website:
http://dsc.discovery.com/
It's the center piece I like with links to favourites. Is there anyone who can help show me how to create a similar effect for my own purposes?
I want to create it and couldn't find anything similar. I'd be so grateful even is someone could show a basic sample of how to create this effect.
Thank you
Scrolling Menu
Ok, I've got a small issue with a scrolling menu on my website. The action scripts was borrowed for the most part from an open source file I downloaded from another site. I've been able to pick apart the script almost entirely, with the exception of what I'm about to describe. The script causes a row of buttons to scroll continiously across the header of my website. The speed and direction of the scrolling is determined by the mouse position relative to the center of the header. The problem I'm having is: I would like to insert a condition that slows the scrolling down to a set speed once the mouse has left the flash-movie part of the menu. What I've done so far is to set an area about 5 pixels wide on the top and bottom of the movie that stops the scrolling. The problem I'm having is that when the scrolling is stopped, it reverts back to its original position instead of simply stopping it where its at to resume once the main area has been 'rolled over' again. Here's the basic script so far.
// -------------------------------------------
// MAKE THE DRAG WORK
// -------------------------------------------
// SET DRAG SPEED (inverse)
speed = 60;
drag = "/dragControl";
/:w = getProperty("/nav", _width);
/:xPos = getProperty(drag, _x);
/:yPos = getProperty(drag, _y);
// next line centers the menu drag to the screen
/:xPos = /:xPos-(850/2);
/:yBottom = (100/2)+35;
/:yTop = (100/2)-35;
setProperty("/nav", _x, getProperty("/nav", _x)-(/:xPos/speed));
if (Number(getProperty("/nav", _x))<Number(-(/:w/2))) {
setProperty("/nav", _x, 0.01);
} else if (Number(getProperty("/nav", _x))>0) {
setProperty("/nav", _x, -/:w/2);
}
if ((/:yPos)<(/:yTop)) {
setProperty("/nav", _x, -/:w/2);
}
if ((/:yPos)>(/:yBottom)) {
setProperty("/nav", _x, -/:w/2);
Note: its these last two 'if' statements where the problem lies. The conditions are correct, but the corresponding actions (the setProperty("/nav", _x, -/:w/2); part) doesn't work properly. Does anyone have any idea how I can solve this????
Feel free to check out the working example at http://www.residentsounds.com to see what I'm referring to
Thanks!
Scrolling Menu
HELP,
I want to make a scrolling menu that has thumbnails of logos that i have created. I would like the scrolling effect to be activated by a mouseover. I know youve seen them...ive seen them too. Please direct me to a tutorial for this. Keep in mind that i only have Flash 4.
Thanks a million,
Jason
Help With Scrolling And A Menu
Hi, I need some help in accomplishing the following:
I want to create a menu system that basically has about 7 sections listed with right arrows next to them, when the user clicks on the arrow of one of the sections, it would point down and open up the submenu items for that section. The other thing is say that someone clicks on the top section, and it opens up the submenu for that sections, the other sections with their arrows need to move to below the submenu of that section, kinda like heirarchal folders in windows explorer on the left, when you click on a plus symbol next to a drive, it lists the drive's contents, and the other drive that were below that drive move down below the list of the drives contents (or a mac window set to list mode). Anyway, as if all that wasn't enough, this overall menu is going to stretch farther than my website can allow it to, so I would like to be able to scroll the whole menu up and down.
I know this sounds complex, but the basic jist of what i want is like the windows explorer left menu with the drives, when you click on a drive, it lists the drive contents (or in my case submenu items) and pushes the lower drives down, and also if there is too much of the drives content to fit in the window, you can scroll down to see the rest. I am average at actionscripting, but I've got all the graphics and things I need to accomplish this, just not the know-how to pull it all together...any help would be appreciated.
thanks -al
Menu Scrolling Up
Hi
I am trying to make the sub-menus in my upward scrolling menu (attached) active for long enough to choose one.
But I can't do it. The rollover displays the choices but I can't figure out how to keep them there.
Any advice would be very welcome,
Thanks!
Help With Scrolling Menu
I've created this menu:
menu
It has a stop() on frame 1, so right click and hit play to be able to see it.
Notice how when you click any of the buttons, the clicked picture moves to the left, but when it goes all the way around, the picture is there again, and it's not suppose to appear again until you click another button. Help please!!
the file is here
menu.fla
Scrolling Menu
Hello all,
Well after 2 days of banging my head off the desk, am one step closer thanks to all of you that have given me a hand. Thank you all.
What is going on over here:
Working on a scrolling menu that is layed out graphic symbol. then put the graphic symbol in side a movie clip animated it from top to bottm. it is a nice clean loop 120 frams under a mask.
Problem:
I would like the menu to me interactive with the mouse. stop, scroll up/down with the mouse. Anyone have a moment to explain what I should be trying to do. or better yet know of a tutorial I could follow.
Thanks again for all the help all, happy friday =)
Help With Scrolling Menu
I'm currently buidling a website in which I want to incorporate a flash menu bar. So far, it's working well (note that the images in every sections haven't been changed yet according to the new colors of the site).
Now, the problem I want help for is that I'd like to make a menu that scrolls down when I roll over the "réalisations" button. What do u guys suggest I do?
I attached the whole site with this post, to see it all, just open the untitledframeset-1.html file.
I thank u for ur help
Scrolling Menu Help
HELP!
I need help finding a tutorial on how to make a mouse controlled scrolling menu as seen at http://www.pilchner-schoustal.com/am/ .
There is one in the Flashkit tutorial section but i was looking for something maybe a little smoother. Can anyone help me?
Scrolling Menu Bug...
i've made a menu that can be adjusted dynamically... but that's not the point, there's a problem with it...
when it scrolls it sorta jumps, like there's a frame out of place. you'll see what i mean... i've tried many ways and have decided that it's flash's problem... but can anyone prove otherwise?
most of the code is in the leftmost block... flash mx plz~ thanks...!!
Scrolling Menu Bug... Help...
i made a dynamic scrolling menu, that could handle an infinite amount of items by using an array, but can some1 please help me find out why when it scrolls it jerks in one frame?
you can see what i mean when you run my flash.
used flash mx... thanks!!
Scrolling Menu
anyone know how to make the scrolling menu?
like the one in http://www.logitech.com/index.cfm?co...5&languageid=1
Scrolling Menu (as1)
i have 2 buttons 1 for forward one for back, i want them to scroll a long image.
on the forward i have
Code:
on (rollOver) {
menu._x = menu._x += 10;
}
the back
Code:
on (rollOver) {
menu._x = menu._x -= 10;
}
i though that that ode would continually update and a constant roll would be achieved. however, it's just doing it once. is there anyway to make this constantly refresh while the mouse is over the buttons? or should i try another avenue?
cheers, squid.
Scrolling Menu
Is there a tutorial on how to create a scrolling menu, assign actions to each button in the menu, and create a "Compare" type situation between 2 scrolling menus? It can either be with components or other ways. I'm finding out that components are very well represented here.
thanks for your help
Powersolo
Scrolling Menu ...like This
hello all thanks for the help so far ...
still looking for some help on creating a srcolling /slidding menu like this at
http://www.thedesignfactory.co.uk/... go to the portfolio and then 'branding'...
the way that the work scrolls past is the effect im after...
thanks in advance
shrav
keep the faith in me
Scrolling Menu Just Like This One
hello all ... just me again... was wondering if anybody knows how to make a scrolling menu just like the one in the featured website .... www.flashlevel.com... so desperate to do this style....
thanks in advance
shrav
Scrolling Menu Help
Hello,
I am trying to create a scrolling menu such as this one, but would like everything to be dynamic:
www.staythisday.com
navigate to -> gallery section
Your help would be greatly apprciated
Thx
Seb
Scrolling Menu Like This
hello again
does anybody know how to create a menu like this:
http://www.thedesignfactory.co.uk/
go to portfolio and then branding.....
thanks
shrav
Scrolling Menu Like This
hello again
does anybody know how to create a menu like this:
http://www.thedesignfactory.co.uk/
go to portfolio and then branding.....
thanks
shrav
Scrolling Menu
Hi can someone tell me how to do those oh so popular menus (usually used for picture galleries) that scroll from left to right and speed up and slow down depending on how far to the left or right you are please. I don't know where to start! Example of one is at rayarcher.com
in the gallery section.
many thanks
Scrolling Menu
I have ammended some action script in an attempt to get a scrolling menu working properly. You can see it here...
http://www.kgk-group.co.uk/Menu/scroll.swf
And download it here...
http://www.kgk-group.co.uk/Menu/scrollmenu.fla
I am going mad trying to work out the action script, since I didnt originally write it. I am trying to get the menu to scroll but at the moment it's not stopping in the correct positions, it stops at the top to far down and doesnt scroll down far enough missing off the last 2 buttons of 8.
here is the script...
mouseY = _ymouse;
menuY = menu._y;
if (mouseY > 60) {
diff = (mouseY-60)/15;
}
if (mouseY < 60) {
diff = (60-mouseY)/15;
}
if (mouseY <= 45 && menuY <= 45) {
setProperty("menu", _y, menuY+diff);
}
if (mouseY >= 55 && menuY >= -55) {
setProperty("menu", _y, menuY-diff);
}
if (menu._y >= 85) {
menu._y = 85;
} else if (menu._y <= -85) {
menu._y = -85;
}
gotoAndPlay(2);
Scrolling Menu?
i want to use pictures as menu items (buttons) on a horizonal and i want them to be scrollable...i cant figure out how to do this to save my life..please help
Scrolling Menu
I've taken a tutorial from flashkit that invovled a horizontal scrolling menu controlled by the mouse. here is the tutorial i used: non-button scroller tutorial by Adam Lem For my site i wanted to make the menu scroll vertically instead of horizontally. so i adapted the code mainly by replacing X with Y, etc... it works fine now except that when i leave it on idle (no mouse over) the menu will scroll indefinatly without stopping at the end. if i scroll it using the mouse the menu stops at the proper time.
let me know if i should just post the .FLA it was too big but should be able to get a smaller one if i need it
code: _root.scrollername = _root.scroller;
_root.left = 28.7;
_root.right = 112.9;
_root.Top = 204.9;
_root.innerTop = 244.9;
_root.Bottom = 532.1;
_root.innerBottom = 500;
_root.minYposition = 242.8;
_root.maxYposition = 495.8;
_root.idleScrollSpeed = 1;
_root.overScrollSpeed = 7;
if (_root.scrollerName._y <_root.minYposition) {
_root.scrollerDirection = "Top";
} else if (_root.scrollerName._y> _root.maxYposition) {
_root.scrollerDirection = "Bottom";
}
if (_root._xmouse <_root.Right && _root._xmouse> _root.left) {
if (_root._ymouse> _root.Top && _root._ymouse <_root.innertop) {
if (_root.scrollerName._y> _root.maxYposition) {
break;
} else {
_root.scrollerName._y = _root.scrollerName._y + _root.overScrollSpeed;
}
} else if (_root._ymouse> _root.innerBottom && _root._ymouse <_root.Bottom) {
if (_root.scrollerName._y <_root.minYposition) {
break;
} else {
_root.scrollerName._y = _root.scrollerName._y - _root.overScrollSpeed;
}
} else if (_root._ymouse <_root.Top or _root._ymouse> _root.Bottom) {
if (_root.scrollerDirection == "Bottom") {
_root.scrollerName._y = _root.scrollerName._y + _root.idleScrollSpeed;
} else if (_root.scrollerDirection == "Top") {
_root.scrollerName._y = _root.scrollerName._y - _root.idleScrollSpeed;
}
}
} else if (_root.scrollerDirection == "Bottom") {
_root.scrollerName._y = _root.scrollerName._y + _root.idleScrollSpeed;
} else if (_root.scrollerDirection == "Top") {
_root.scrollerName._y = _root.scrollerName._y - _root.idleScrollSpeed;
}
Thank you in advance!
Scrolling Menu
i have a menu of categories. each category has a picture that goes with it. (see www.condiffphotography.com what im currently working on) the space i am puting it in holds four pictures, but i have more than four categories. so i want there to be a left and a right button that scrolls left and right. when you scroll right, i want the first category to fade out to the left and the other three to move to the left, then a 5th category to fade in from the right. the same process would happen if you scrolled to the left but opposite.
ive been thinking about how to go about doing this for a long time now and i cant figure out how to do it. and maybe it would be easier if you scrolled with the mouse's position rather that buttons. but like i said i wanted the first and last to fade in and out when you scroll.
any help would be fantastic!
thanks!
austin
Scrolling Menu
I want to create a scrolling menu. Example is at:
http://www.retailconstruction.com/main_content.html
Click enter site, click gallery, click retail... the example is the scrolling menu on the right.
I want something similar with names of project, then if you click on a project it takes you to the webpage of the project.
Anyone know of a good example file or tutorial that would help me with this?
Thanks!
Michelle
Scrolling Menu
I want to create a scrolling menu in flash, so that, if the mouse is moved towards the left, the menu scrolls left, and if it is moved to the right, the menu moves right. If the mouse is in the middle of the board, then the menu is either moving very slowly or stopped.
I'm sure you've seen sites like this, just wondering HOW to do that.
Thanks in advance,
Sarge
[F8] Scrolling Menu
I am trying to create a thumbnail scrolling menu to display my photographic work on my website. I want to use flash slides with a scrollable thumb nail 'strip' I think that if I make invisible buttons over the thumbnails that these will 'trigger' the slide changes. I guess that if I make a layer with all the thumbs on it, I could make a timeline with a motion tween that would make it go foward but I'm not sure how to make the time line go backwards. Might be nice to make mouse over arrow at either end of the thumbnail strip.
I would be grateful for any help that could be offered.
Thanks in adavce
Scrolling Menu.
Hello- Can anyone tell me where I should go to find a tutorial on how to create a scrolling menu for my web site?
I'd appreciate any feedback possible.
Scrolling Menu
I'm a complete novice and have been following a tutorial for a scrolling menu and it works fine but I would like to restrict the the roll over effect vertically to between y values 426 to 472 and horizontally between the x values 310 to 760. Basically I would like the area between these coordinates. Is this possible. Many thanks Moflow
The code I have so far is as follow
mouseX = _xmouse;
menuX = menu._x;
if (mouseX > 560) {
diff = (mouseX-560)/100;
}
if (mouseX < 500) {
diff = (500-mouseX)/100;
}
if (mouseX <= 530 && menuX <= 310) {
setProperty("menu", _x, menuX+diff);
}
if (mouseX >= 530 && menuX >= -204) {
setProperty("menu", _x, menuX-diff);
}
if (menu._x >= 310) {
menu._x = 310;
} else if (menu._x <= -43) {
menu._x = -43;
}
gotoAndPlay(2);
|