Create This Cool Navigation
Hi everyone!
Does anyone know how the navigation on this site is done: http://www.domanistudios.com/ (go to work section)
In this portfolio section, each square or thumbnail is a button with a rollover. The navigation here scrolls slowly right on mouseover and then speeds up or changes direction according to how you move the mouse. VERY COOL!
I've searched the forum and have found similar but not what I really want. Does anyone know how to do this? Thanks
KirupaForum > Flash > Flash 8 (and earlier) > Flash MX
Posted on: 05-02-2005, 09:09 PM
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
Create This Cool Navigation
Hi everyone!
Does anyone know how the navigation on this site is done:
http://www.domanistudios.com/ (go to work section)
In this portfolio section, each square or thumbnail is a button with a rollover. The navigation here scrolls slowly right on mouseover and then speeds up or changes direction according to how you move the mouse.
VERY COOL!
I've searched the forum and have found similar but not what I really want. Does anyone know how to do this?
Thanks
Cool Navigation, How Can I Do This?
Hi
i have seen this cool navigation.
Can everybody give me some tips&tricks how can i do a navigation like this? Sorry i'm a newbie...
http://www.dandad.co.uk/gettyimagesb...xtmicroNav.asp
Thank you so much for every helping hand!
Really Cool Navigation
Hi
I saw a really cool navigation once, it was vertical, a column, and had like 5 buttons. for instance:
BUTTON 1
BUTTON 2
BUTTON 3
BUTTON 4
BUTTON 5
now when i click, for example, "button 2"... button 3, 4, and 5 moves down, and a 'sub-menu' for button 2 opens up, like this:
BUTTON 1
BUTTON 2
=Sub-Button1
=Sub-Button2
=Sub-Button3
=Sub-Button4
BUTTON 3
BUTTON 4
BUTTON 5
Then i can click any of the 'sub-buttons', but when i click for example "button 4", the sub-menu of button 2 closes, and the sub-menu of button 4 opens up, you know what i'm saying?
Anyone have ANY examples that i can find out how to do it, or get the code for, or anything?
Please help
Thanks
~Lorenzo
Cool Navigation (Help?)
how do i go about making a sliding navigational board like this (see link)
http://www.rare-cdp.com/
Cool Navigation
Hello everyone.
I'm looking for a similar action script like this site does on top of the page.
http://www.hands-net.jp/top.html
When you mouse over one of menu sections, it shows its content inside and the other menus is being squashed and pushed aside.
If you know some script that resembles to this pls let me know.
Thank you.
Cool Navigation
Hi there,
Does anyone have the knowledge a tutorial about how this kind of navigation (the one with genre, instruments, mood ect.) was made, or perhaps can/will give me some hints
Thanks in advance
OIS
http://www.allmusic.com/cg/amg.dll?p...1:aep1z82ajyv5
Cool Navigation
Howdo...
Im wanting to create a navigation that looks simular to the star on http://fcukstar.com/
I want ta use that kinda sticky effect, but also want the menu to englarge like the star when you rollover it.
Ne1 know where I can find a tutorial on this?
cheers
keljnr
How Is This Cool Navigation Done
Hi
Can someone point me to a tutorial or tell me how the navigation in this site - http://www.detremmerie.be/ - is done.
thanks in advanced
Cool Navigation Bar
Hi friends,
I have visited the following URL:
http://experiencewonderyou.co.uk/
I like the most of the things in this site but the only thing which really amazed me is the navigation bar.
On mouse over the menu the background picture transition take place. I guess there are three pictures, and they are doing it with the Action script.
I don't really get the concept . How they are doing it?? could any one help me with an example??
Cool Navigation
Howdo...
Im wanting to create a navigation that looks simular to the star on http://fcukstar.com/
I want ta use that kinda sticky effect, but also want the menu to englarge like the star when you rollover it.
Ne1 know where I can find a tutorial on this?
cheers
keljnr
How Is This Cool Navigation Done
Hi
Can someone point me to a tutorial or tell me how the navigation in this site - http://www.detremmerie.be/ - is done.
thanks in advanced
Cool Navigation Menu
anybody knows how to do this kind of navigation menu : http://dreamshocker.com ? the one on the bottom.
thanks in advance.
[F8] Very Cool Navigation Menu
I would really like to learn how to make a navigation menu like the one at the bottom of this site:
http://www.mandchou.com/
Basically similar to the Apple dock menu. Can someone point me to a tuorial online that will get me started? It would need to be AS2, not AS3.
Thanks!
Cool 3D Navigation On Triumph.com
Hi there
Was surfing the other day and came across a really cool 3D navigation on www.triumph.com (yepp... the womens underwear - girlfriends birthday ).
For some reason The 3D menu isn't shown on all sites (cuntries) so if you choose "Denmark" and click the box on the bottom left "Undertųj" and then click the top link "Nyheder" you should see the navigation.
Now my Q is obviesly... how do ya make a cool thing like that. Any hints, tuts or even better suggestions is appreciatet.
/JBOY
CS3 Cool Cube Navigation , How Is It Done ?
Hi All ...anyone have any idea how Adobe created the cool CS3 cube nav
i have been searching the web for days now searching for some help
& all iam finding is , extension's & totally 100 % driven AS2
iam figuring, that it was created with Photoshop's 3D engine & then frame by frame animation or with behaviors ?
because there are 2 ways of seeing this
when you rollover the cube, the cube rotates 2 increments, 2 frames iam guessing
this can be done with an invisible button surrounding the cube , or a behavior
any ideas ?
Question Regarding Cool Navigation
Hello!
A nice clean site with a cool navigation menu at the bottom. The thing is...i'm wondering how that is done...any suggestions or maybe tutorial somewhere? Thanks in advance for any help or tips! Link http://www.posny-artwork.de/flash.html
Luka
Cool Navigation I Made. Now How Can I Do This With AS?
SEE IT HERE ----> http://s91931107.onlinehome.us/nav/
FLA ----> http://s91931107.onlinehome.us/nav/nav.fla
Could someone tell me how i could accomplish this same kind of navigation, but with mostly AS. Right now I use a bunch of tweens a duplicate mc's, and as a result i can't really do much with it... its hard to explain, but the way I have it set up now all 4 squares have to be the same color, if i want to change something it takes a while... and there are some other problems.
Im thinking there's a much better way to do this. Could an experienced flasher help me out? Would be much appreciated. I got some great ideas of how I am gonna use this nav, but i want to redo it and make it simple and efficient before I procede.
The code below will resize an MC, but how do i get the bounce effect, and make the other 3 MC's still to the corner like in the nav I made.
-----------------
onClipEvent (enterFrame) {
if (change == true) {
_yscale += int(goaly-_yscale)/3;
_y += int(goal2y-_y)/3;
}
}
//script to be called to scale the clip//
on (press) {
_root.MyClip.change = true;
_root.MyClip.goaly = 200;
}
--------------------
THANKS!
Cool Navigation System
Hey,
I am looking to try and create a navigation similar to what is shown here:
Click Here to View It
I hope to have it the same pretty much except with drag and drop interaction instead of clicking on the images. I have the drag and drop working fine, but what I am wondering is how they get the images to load when the user is getting close to them , and how to make the images move forward, as I take it this is done with actionscript.
Any help will be greatly appeciated, thanks.
Cool Navigation Effect
Hello!
I really like this effect (on the navigation)
http://www.ionplex.com/ionplex_solutions.html
I was wondering how how to do it?
(I want to apply it to the image attached...)
Cool Navigation, Any Ideas?
Hi
http://spill.net/launch_me.html
I love the navigation on this site. Does anyone have any idea how you would make something like it?
Thanks
m.a
(newbie to kirupa)
Cool 3D Navigation On Triumph.com
Hi there
Was surfing the other day and came across a really cool 3D navigation on www.triumph.com (yepp... the womens underwear - girlfriends birthday ).
For some reason The 3D menu isn't shown on all sites (****ries) so if you choose "Denmark" and click the box on the bottom left "Undertųj" and then click the top link "Nyheder" you should see the navigation.
Now my Q is obviesly... how do ya make a cool thing like that. Any hints, tuts or even better suggestions is appreciatet.
Cool Navigation I Made. Now How Can I Do This With AS?
SEE IT HERE ----> http://s91931107.onlinehome.us/nav/
FLA ----> http://s91931107.onlinehome.us/nav/nav.fla
Could someone tell me how i could accomplish this same kind of navigation, but with mostly AS. Right now I use a bunch of tweens a duplicate mc's, and as a result i can't really do much with it... its hard to explain, but the way I have it set up now all 4 squares have to be the same color, if i want to change something it takes a while... and there are some other problems.
Im thinking there's a much better way to do this. Could an experienced flasher help me out? Would be much appreciated. I got some great ideas of how I am gonna use this nav, but i want to redo it and make it simple and efficient before I procede.
The code below will resize an MC, but how do i get the bounce effect, and make the other 3 MC's still to the corner like in the nav I made.
-----------------
onClipEvent (enterFrame) {
if (change == true) {
_yscale += int(goaly-_yscale)/3;
_y += int(goal2y-_y)/3;
}
}
//script to be called to scale the clip//
on (press) {
_root.MyClip.change = true;
_root.MyClip.goaly = 200;
}
--------------------
THANKS!
Cool Navigation System
Hey,
I am looking to try and create a navigation similar to what is shown here:
Click Here to View It
I hope to have it the same pretty much except with drag and drop interaction instead of clicking on the images. I have the drag and drop working fine, but what I am wondering is how they get the images to load when the user is getting close to them , and how to make the images move forward, as I take it this is done with actionscript.
Any help will be greatly appeciated, thanks.
Cool Navigation Effect
Hello!
I really like this effect (on the navigation)
http://www.ionplex.com/ionplex_solutions.html
I was wondering how how to do it?
(I want to apply it to the image attached...)
Cool Navigation, Any Ideas?
Hi
http://spill.net/launch_me.html
I love the navigation on this site. Does anyone have any idea how you would make something like it?
Thanks
m.a
(newbie to kirupa)
How Did They Create That Cool Nav Element?
Check this out!!!
http://www.p-diddy.com/
It's Puff Daddys Flash site and I want to recreate the RED BAR that moves across the screen and follows the mouse.
I know how to create the bar and tell the movieclips to play in the bar but I dont know how to make it follow the mouse.
Thanks!
How Did They Create This Cool Menu?
http://www.twinphotographie.com/
Every time you click on a new image, the frame resizes itself to fit the new image.
It does this very smoothly, using actionscripting.
I suppose that there is some way to do this, but I am kind of lost on it. I'm hoping you can walk me through it.
Thanks.
Re Create Super Cool Nav
hi - i am attempting to re create the cool inertia scrolling nav found at www.mjau-mjau.com (click on the audio player)
does anyone know how it is done???
i cannot seem to get it to decelerate at the ends
i have attached my latest effort to check out
tnx
Cool Site Nav That I Want To Create
Hi there,
I'm really interested on how to create this effect that the navigation of http://www.miniman.fr/index_m_fr.htm works from. I've looked around for some answers but i dont know how to describe the effect so maybe someone can give me a hand. any thoughts would be good.
Jon
How Do You Create This Cool Navbar?
I'm sure I'm getting in way over my head at this point in my Flash knowledge but it doesn't hurt to ask. I'd love to know how to create a navbar similiar to the one shown at this link http://www.istockphoto.com/file_closeup.php?id=1948820 I love the way the dropdown menu works! My fingers are crossed that it doesn't involve reams and reams of advanced actionscripting.
[CS3] How To Create This Cool Effect
Dear reader,
I've spotted a site what totally took my breath away. http://www.chromazone-imaging.co.uk/flashindex.html
I'm really curious on the techniques that's used for the site to make moveable/3d background. (papervision, actionscript)
Obviously I don't ask for a tutorial and my intention is not to copy this site just to know the Chef's secret.
Thanx in advance
How Do You Create This COOL Of Animation?
i am not sure if it was created in a 3D software or in Flash 8 with the new emboss/drop shadow filters. i really like it and would like to see if anyone has any input.
Also, the animation is very smooth so i am thinking that it is code and not created in the timeline.
the rollover state on the buttons on the right rail and the way the projects animate:
http://www.tiredofthinking.com/main.htm
the rollover state on the buttons on the bottom nav similar, but not as cool:
http://www.halolounge.com/
thanks anyone!
How To Create The Cool Vh1 Menu ?
http://www.vh1.com/
the today, charts, tv schedule.. menu on the left. Is it possible to create it in flash mX ? or would I need flash 8 ?
How Did They Create This Cool Menu?/
http://www.twinphotographie.com/
Every time you click on a new image, the frame resizes itself to fit the new image.
It does this very smoothly, using actionscripting.
I suppose that there is some way to do this, but I am kind of lost on it. I'm hoping you can walk me through it.
Thanks.
Cool Site Navigation..how Does It Work?
Hi fellow flashers:
I saw this awesome site with cool navigation and each time the page refreshes, the background image changes the same as in the flash file:
http://www.givetoodu.com/
Any ideas how this is achieved? Just need to be pointed in the right direction. I am assuming the flash file calls a javacscript in the HTML and it reloads the background accordingly but just wanted to share info.
Cheers, Jag
Help With An Ultra-cool Navigation Concept
hey y'all,
working on a project which i need a bit of assistance on; if this can't be done then i'll take a simpler approach, but this would be way sweeter. download the fla and take a look.
scrolling clothesline (saved as Flash 7)
i'd like to let the user be able to scroll through the thumbnail 'filmstrip' clips, in much the same way as you see in the example, only i'd like to modify it to do the following but am not sure how to script this:
- have the clips align to and follow along the clothesline as they currently do, as well as let the user scroll through them
- have the clips scle from smaller (about 90% smaller than they are now) to 100%, from left to right
- let the user grab the laundry clothesline wheel to the right, and manually scroll through the clips by turning it counter-clockwise (at this point the auto scrolling script would be disabled, and re-enabled when the user rolls out of the wheel's hit state area
nothing to it, right? ;-)
thanks for any and all help - let me know if you have any questions
Cool Menu, Bad Actionscript. Need To Fix Navigation Please Help
Hi I am having a lot of trouble with a cool looking menu component that I have. It has a bounce animation which is nice, however, each time I try and add script to make the buttons navigate to another URL the animation stops working.
I have uploaded the source files to:
http://www.sourcegrafikdesign.com/files.zip
Feel free to download and see if you can figure it out!
I have tried using:
_root.movieClipName.onPress=function(){ //since it is a button it will continue to play (or do anything you want if you put the code in here)
getURL("http://www.website.com", "_blank");
}
in the frame actions but with no luck, i have also tried onclipevent(mousedown) but all that does is open every linked button on the page at the same time!.
I need the help of someone with more Actionscript knowledge then I have!!
Thanks
H
Really Cool Image Navigation Anyone Know How It Works?
there is no absolute url, but it is pretty easy to find.
1. go to www.colorsmagazine.com
2. click on archives at the top
3. click on number issue#54 titled "Food"
4. then click on the magazine cover that will appear on the right to bring up that issue's flash site.. you will see what I'm talking about, it is the only element on the page.
How does it work? There is a small square on the left, where you can drag a square to a point of interest on an image, and the image, which takes up the rest of the space follows along.
also, click on the milk dripping from his mouth to activate the other menu.
Thanks!
PS: really good flash stuff on that site, check out the "violence" issue... really cool experimental flash stuff.
Really Cool Image Navigation Anyone Know How It Works?
there is no absolute url, but it is pretty easy to find.
1. go to www.colorsmagazine.com
2. click on archives at the top
3. click on number issue#54 titled "Food"
4. then click on the magazine cover that will appear on the right to bring up that issue's flash site.. you will see what I'm talking about, it is the only element on the page.
How does it work? There is a small square on the left, where you can drag a square to a point of interest on an image, and the image, which takes up the rest of the space follows along.
also, click on the milk dripping from his mouth to activate the other menu.
Thanks!
PS: really good flash stuff on that site, check out the "violence" issue... really cool experimental flash stuff.
I'm Trying To Create A Cool Zoom Effect, With A 3d
I have a main page with a bunch of images of different people. When you click a person, I want to zoom in on that person, and have the other people fly off as if they are on different layers.........so that it looks a bit 3d.
Is there any examples of this, and or flas, and or secrets to making this a believable effect?
Thanks,
To Create A Cool Flash Site....
...how much is Flash knowhow and how much is a natural flair for artistic design?
I'd like to think that I could learn Flash and AS to a high degree of competancy (as I can pick programming languages up fairly quickly.
However, anything that i do in Flash that I try to make remotely good-looking and pleasing on the eye, always turns out to be utter rubbish.
I just don't have the natural talent and flair for graphic design.
Do you think that it's something you can learn, or do you need to be born with it?
Discuss.
How To Create This Cool Scroll Effect ?
if you go to
http://www.arcadeagency.com/selectwork/
you see a 1/2 with an up/down arrows, when you click down, it slides the next project in and does it in a nice motion. How do you create this slider ?
I'm Trying To Create A Cool Zoom Effect, With A 3d
I have a main page with a bunch of images of different people. When you click a person, I want to zoom in on that person, and have the other people fly off as if they are on different layers.........so that it looks a bit 3d.
Is there any examples of this, and or flas, and or secrets to making this a believable effect?
Thanks,
I'm Trying To Create A Cool Zoom Effect, With A 3d Feel
I have a main page with a bunch of images of different people. When you click a person, I want to zoom in on that person, and have the other people fly off as if they are on different layers.........so that it looks a bit 3d.
Is there any examples of this, and or flas, and or secrets to making this a believable effect?
Thanks,
How To Create A Cool Portfolio For Pics In FLASH
Wassap guys...i'm designin' a website of my own...but m stuck on ma gallery link, coz
i wanna create a portfolio in flash but sigh i don know how 2 do it...wit pics tht ma friends can browse
through...can somebody hook me up ?
Halla
How To Create This Cool Effect (3d Background:moveable)
Dear reader,
I've spotted a site what totally took my breath away. http://www.chromazone-imaging.co.uk/flashindex.html
I'm really curious on the techniques that's used for the site to make moveable/3d background. (papervision, actionscript)
Obviously I don't ask for a tutorial and my intention is not to copy this site just to know the Chef's secret.
Thanx in advance
That Wicked Cool 'Levitated' Floating Text: How To Add Real Navigation?
The amazing floating text seen by many:
http://www.levitated.net/daily/levTextSpace.html
With this code:
// register root as environment
Object.environment = this;
// create camera object
this.cam = {x:0, y:0, z:500, dx:0, dy:0, dz:-500};
// set environmental constants
this.fl = 1000;
// create 'space' to which all words will be attached
this.createEmptyMovieClip("space", 1);
// center 'space' on the stage
space._x = 300;
space._y = 169;
// a string of words related to the wind
this.somewords = "wind breeze storm stormy tornado text space three dimensional infinite recursive instance object distort environmental atmospheric blow gush whoosh thrash whirl push roar rush caress flow swoop";
// convert the string of words into an array of words
this.wordList = new Array();
this.wordList = this.somewords.split(" ");
// create one instance for each word in the list
for (n=0; n<this.wordList.length; n++) {
// pick a word from the list
var word = Object.environment.wordList[n];
var x = random(600)-300;
var y = random(337)-169;
var z = random(Object.environment.fl*2)-Object.environment.fl;
// create an instance of the SpaceWord object
nombre = "word"+String(depth++);
initialization = {txtword:word, x:x, y:y, z:z};
space.attachMovie("spaceWord", nombre, depth, initialization);
//The code I have added to utilise the words as links
if (_root.spaceWord.txtword == "breeze") {
with (_root.box) {
gotoAndStop("test");
}
}
}
this.onEnterFrame = function() {
this.cam.dz += .5;
// move the camera to its destination
this.cam.x += (this.cam.dx-this.cam.x)/10;
this.cam.y += (this.cam.dy-this.cam.y)/10;
this.cam.z += (this.cam.dz-this.cam.z)/30;
};
stop();
I've been searching endlessly for ways to actually make the buttons float a bit once you've clicked on one, then have a new movie load - depending on which bit of text you've selected. I believe the solution lies in adding variables to the array string, but exactly how to go from there I've not a clue!
Here's another thread on this:
http://board.flashkit.com/board/show...ight=levitated
Any help would be much appreciated. I've been dying to work this out.
|