They are sort of the same, but i want the menuslider to stop sliding, when the mouse rolls over. And i want it to start sliding again after some time, when the mouse has been away for a while.
Does anyone know what i have to add of code, to make it stop ? I might be able to make it move again after a while, by my self, but the simple thing, to make it stop, i cant
plz help me
They sure look like the same, but I don´t think they are.
On the first you have an always-in-motion sliding menu that moves faster when the mouse pointer is far from the center and slower when it´s near.
On the second you have a menu that is static, it only moves if you roll over a directional button, or you stay put for a long time, and at the same speed at all times.
There are many ways to achieve such an effect.
If you prefer something clean and Action Script based you should wait for lostinbeta, and or, Ilyas, to come by and give you a help. They probably are seeing this right now.
But, if you don´t care to do something hybrid and with a messy code ;( :x :o , with some tween and some AS, I can help you.
I’m thinking, that i could use that motion, that way it looks like the one at sonypictures. Now all I need, is to make it stop, when the mouse moves over the object.
The box in the tutorial, could just as well be a menu, a movieclip with buttons in it. So all i need, is for it to stop.
I think you need some glasses:P the menu doesn´t stops when you rollover it.
The menu is static, it only moves if you rollover the arrows or if you stay put for a wile.
But if this is what you trying to do that´s cool too.
Tell me exactly what you want, and I´ll come up with something for you.:cowboy:
I was actually looking to do the same kind of thing…I would like to know how to do what is done on the Sony site…where it is static until you mouse over the arrows and then it moves.
But don´t give up yet, that is the kind of thing that makes you try something beiond your reach (for now), and makes you develop your skills and overcome your problems.=)
look is put the infinite menu at the bottom of my page,
and i want to give the action that when i click on one of my images in the menu , some of my website content apear just over the menu.
Make all of the movie contents a movieclip called content, give each frame a label according to their respective purposes, then put this code on the menu button:
on (press) {
_root.content.gotoAndStop(“framelabel”);
}
where framelabel is the Frame Label that you want to go.
PS: I don´t Know why but this doesn´t work if the frame labels are on the main stage, that´s why I told to make the content a MC.
when you look at the sonypage, and dont put the mouse over the scroller yet.
Then it moves to the right, by it self.
when you put the mouse over the middle of the scroller, then the moving stops. Completely stops.
The triangles to the right and left (the buttons), i know how to do.
All i need to know, is how to make the scroller move by it self continuously, and how to make it stop completely, when the mouse moves over the middle of the scroller.
Also, you’ll notice, that when you remove your mouse completely from the scroller, it will after a while, resume the moving to the right. That i also need to know, how to do
Hope you can help me, it seems you know a lot about this stuff
Also, you’ll notice, that when you remove your mouse completely from the scroller, it will after a while, resume the moving to the right. That i also need to know, how to do
That I like to know too:)
Hope you can help me, it seems you know a lot about this stuff
I wish!!!
I have an idea, lets give a cry for help to Ilyas or lostinbeta, and it will be done in a moment.