Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    Flash








Kioken/ Badboy/ Barneys Navigation


man i'm really tired of trying to figure out the whole kioken-scrolling-navigation-thing...

i was wondering if there was a simple way to get that effect done and if anybody could help me...

thanks!




FlashKit > Flash Help > Flash ActionScript
Posted on: 09-03-2001, 02:14 PM


View Complete Forum Thread with Replies

Sponsored Links:

Barneys.com Navigation
I was wondering if anyone knew of a tutorial that's around that in essence describes how to create the navigation on Barneys.com. I've been able to find a few downloadable .FLAs but there isn't sufficient documentation available with them so that I can figure it out. I know it has something to do with the root.<instance name> x position
but I can't seem to figure the entire process out on my own. Any help would be greatly appreciated. thanks in advance!

View Replies !    View Related
Http://www.barneys.com Navigation
guys!!! there's cool navigation at http://www.barneys.com.

Is there any tutorials about this???

if there isn't, could someone help me with that???

thanks.... a lot!!!

View Replies !    View Related
Barneys New York
Could someone please tell me how the coding works for the Barneys New York site (www.barneys.com).

How do you get the "bitmap" image in the background to move to the correct position smoothly when the corresponding button is clicked?

View Replies !    View Related
Barneys' Homepage
How can I script some images in a loop just like Barney's did on their homepage? It looks like they have images repeating over and over, but they are always sliding in from left to right.

That's really cool, but I don't know how to do that...

Thx!

View Replies !    View Related
A Barneys Menu Takeoff, How To.....
how could you alter the code to make the menu sytem move vertically instead of horizontally?
Anyone?
I'm sure its fairly easy but Im obviously overlooking something here.
Any help is mucho appreciated

grazie

View Replies !    View Related
Barneys Style Menu
hi can anyone help me how to make this kind of menu style www.barneys.com, and if anyone of u got an FLA. that would be great, thanks in advance. PEACE!

- r

View Replies !    View Related
Barneys Style Menu
can anyone help me how to make this kind of MENU style??? www.barneys.com if u anyone of u got an FLA. that would be great, thanks in advance PEACE!

- r

View Replies !    View Related
Barneys New York Subsection
www.barneys.com

go to main floor-womens-accessories and mouse over the brands on the right. anyone know how to do that or have a tutorial source you'd share?

go some other cool effects i can send you in return, if need be....

~a

View Replies !    View Related
Scrolling (http://www.barneys.com)
I am looking for tutorials, references, tips etc... that can help me achieve the kind of "smooth scrolling" on http://www.barneys.com
I am more interrested in the masking, the flow and slow motion characteristics of the scrolling.
Note: (I am not reffering to the transition from button to button but instead, the way the movies play when no button is being
clicked)

View Replies !    View Related
Hover Captions Like Barneys.com
Hey,
This maybe something a little big for me right now, but does anyone know how to get hover captions to stay with a draggable button. I have noticed this at the www.barneys.com website, and would really like to know how this is done.

Thanks

View Replies !    View Related
Barneys Slide Effect For Flash 4
How would I get the slide effect like Barneys.com for Flash 4? I know how to do it for Flash 5, but I need to do it for flash 4.

My movieclip is called "dada" and it's width is 3000 and it's height is 253. It's positioned at x=6, y=82. The size of my movie is 651 width x 416 height.

Or better yet, do you know where I can find a source file?

Thanks!

View Replies !    View Related
Barneys Scrolling Effect... SLUGGISH
ok im using the same scrolling effect that they use on sites like barneys.com and the motown site, I have several large graphics (complicated vectors, not big size wise the .swf is only 200k) When i try and use the scrolling effect it moves the graphics to the desired positions, but it is really sluggish and does the job but kind of drags its feet.... Im accomplishing this effect using a control movie. The control movie has 2 frames in it... The first frame has these actions on it...

// *** Move menus
if (/:menu_rollback eq 1) {
if (Number(/:menu_difference)<Number(/:tolerance) and Number(/:menu_difference)>Number((0-/:tolerance))) {
/:menu_rollback = 0;
/:current_position = (/:destination_menu-1)*/:menu_width;
counter = 1;
while (Number(counter)<=Number(/:menu_number)) {
setProperty ("/menu_" add counter, _x, Number((0-/:current_position))+Number(((counter-1)*/:menu_width)));
setProperty ("/menu_" add counter, _y, 0);
counter = Number(counter)+1;
}
/:current_menu = /:destination_menu;
} else {
/:current_position = /:current_position-(/:menu_difference/(/:speed_menu));
counter = 1;
while (Number(counter)<=Number(/:menu_number)) {
setProperty ("/menu_" add counter, _x, Number((0-/:current_position))+Number(((counter-1)*/:menu_width)));
setProperty ("/menu_" add counter, _y, 0);
counter = Number(counter)+1;
}
}
/:menu_difference = /:menu_difference-(/:menu_difference/(/:speed_menu));
}
// *** Move boxes
if (/:Box_RollBack eq 1) {
counter = 1;
while (Number(counter)<=Number(/:box_number)) {
if (eval("/box_" add counter add ":in_menu") eq 1) {
current_x = ((getProperty ("/box_" add counter,_x)) - ((counter-1)*/:menu_width)) - (0-/:current_position);
box_difference = current_x-/:box_x;
setProperty ("/box_" add counter, _x, Number((Number((Number((0-/:current_position))+Number(((counter-1)*/:menu_width))))+Number(/:box_x)))+Number((box_difference//:speed_box)));
}
counter = Number(counter)+1;
}
}







the second frame just tells the play head to go to frame 1 again.





Should i animate the scrolling effect by hand or maybe use a more straight forward effect as this one isnt really working for me...... does anyone know a way to adjust the settings to make the movie run smoother, or should i just use a better preloader.....or maybe animate it by hand....Any ideas??



thanks for any help..

View Replies !    View Related
Load Movie In Scroller Like Barneys
Hi,

i've got this fla file from the stickman : http://www.the-stickman.com/tutoria...neys_menu.shtml

it's a scrolling menu like the one at http://www.barneys.com .

I want to load a movie when the menu reaches its destination. For example: i want to load menu2.swf on when the menu has arrived at menu 2.
But i can't get the code right.

The code it uses to move the menu items is:
--------------------------------------------------
if (/:menu_rollback eq 1) {
if (Number(/:menu_difference)<Number(/:tolerance) and
Number(/:menu_difference)>Number((0-/:tolerance))) {
/:menu_rollback = 0;
/:current_position = (/:destination_menu-1)*/:menu_width;
counter = 1;
while (Number(counter)<=Number(/:menu_number)) {
setProperty ("/menu_" add counter, _x,
Number((0-/:current_position))+Number(((counter-1)*/:menu_width)));
setProperty ("/menu_" add counter, _y, 0);
counter = Number(counter)+1;
}
/:current_menu = /:destination_menu;
} else {
/:current_position =
/:current_position-(/:menu_difference/(/:speed_menu));
counter = 1;
while (Number(counter)<=Number(/:menu_number)) {
setProperty ("/menu_" add counter, _x,
Number((0-/:current_position))+Number(((counter-1)*/:menu_width)));
setProperty ("/menu_" add counter, _y, 0);
counter = Number(counter)+1;
}
}
/:menu_difference =
/:menu_difference-(/:menu_difference/(/:speed_menu));
}
-------------------------------------------------

and the code i'm trying to load the movies is:
-------------------------------------------------
if (/:current_menu eq 1) {
loadMovieNum ("item1.swf", 1);
}
if (/:current_menu eq 2) {
loadMovieNum ("item2.swf", 1);
}
if (/:current_menu eq 3) {
loadMovieNum ("item3.swf", 1);
}

if (/:current_menu eq 4) {
loadMovieNum ("item4.swf", 1);
}

if (/:current_menu eq 5) {
loadMovieNum ("item5.swf", 1);
}
--------------------------------------------------
I can't get this last code workin'
Can anybody help me with this ??

Thanx

Ro

View Replies !    View Related
Ok.I've Dl'd Premade Vertical Scrolling Menu,as Seen At Barneys.com...and-
...

I want to make it slowdown as on webagent007.com and not to slowdown on frames that are on the way to the target links.

I've tried adding frames and narrowing motion path but the effect don't suffice.
I d/l'd the source on actionscript.org/tutorials

Hope you know what I'm talkin about...
If not I'll explain.

View Replies !    View Related
How Do I Get The Navagation Image Scrolling Effect Like At Www.barneys.com
Can anyone show me or point me to a page where I can learn to do the image scrolling navagation like in the web site http://www.barneys.com/ Thanks.

View Replies !    View Related
CuePoint Navigation Vs. CueSegment Navigation
Having problems throwing up a talking head slide show in MX2004 Pro.

1) The slider works going forwards, but not going backwards
2) The buttons seeking slides work going forward, but not going backwards

After talking with tech support, it seems the problem is with how they set up CuePoint navigation. Basically, a single time point = cue point triggers an event, which is a slide change. This is triggered from left to right in time, but not going the other way.

A slide show requires a different action script; however. It is not cue points that are linked with slides, but SEGMENTS in time are linked with STATES that correspond with a certain slide being in place.

Is there an action script expert out there who could help me program this into a slider that really works, going backwards and forwards?

If that is too ambitious, how can I subtract 300 milliseconds from q.time?

This will at least, hopefully, make the slide buttons work, since they will seek to a time point slightly before the actual cue point.

Jonas

View Replies !    View Related
CuePoint Navigation Vs. CueSegment Navigation
Having problems throwing up a talking head slide show in MX2004 Pro.

1) The slider works going forwards, but not going backwards
2) The buttons seeking slides work going forward, but not going backwards

After talking with tech support, it seems the problem is with how they set up CuePoint navigation. Basically, a single time point = cue point triggers an event, which is a slide change. This is triggered from left to right in time, but not going the other way.

A slide show requires a different action script; however. It is not cue points that are linked with slides, but SEGMENTS in time are linked with STATES that correspond with a certain slide being in place.

Is there an action script expert out there who could help me program this into a slider that really works, going backwards and forwards?

If that is too ambitious, how can I subtract 300 milliseconds from q.time?

This will at least, hopefully, make the slide buttons work, since they will seek to a time point slightly before the actual cue point.

Jonas

View Replies !    View Related
Navigation Help Please...
Hi everyone...
I'm currently building a website-like presentation and what I need to do goes like that:
I have three text blocks (not dynamic) that are the menus in which the user navigates.
I want to put like a box (which is a MC) around those text whenever the user has the mouse over the texts...
With actionscript I'd like to make this box float around, stopping over each option in the menu. Up till now I have three invisible buttons and whenever I rollover those buttons the box's _x property takes it to each text block, having no movement whatsoever. I could do that the "dirty way" by making several animations and framelabels with a whole bunch of goTo's but I'd like to learn the ActionScript way.
If you read this and it's still confusing, just reply and I'll answer your questions...
Thank you very much
Cheers

View Replies !    View Related
Navigation
I have a flash navigational bar at the buttom of a html page split into frames.
But don't know how to set up the navi bar so that it goes to the previous and next pages in the document. When the prevoius or next are clicked it is displayed in the other frame.

Cheers!

View Replies !    View Related
Navigation
can someone please tell me how the navigation thing at the top to change pages is done?
http://www.bigbrother2001.com
thanx

View Replies !    View Related
Navigation
what i want to do is create 2 html files named #1=index.htm
#2=navigation.htm (navigation.htm is a pop-up)
all the movie clips will be playing in the index.htm and as you can guess i want the navigation menu in the navigation.htm then when you click a menu button in navigation.htm it will load in the index.htm
can this be done with actionscript ?

View Replies !    View Related
Navigation Using A/s
I'd like to recreate a reel of text that I saw on http://www.wax.co.uk, but use this technique as a form of navigation here's the web page.

http://www.wax.co.uk/site/index2.html

Check out one of the headings to see the wheel effect, and then I want to use this as a form of navigation to go from one wheel to another.

Thanks all.

View Replies !    View Related
Navigation Bar
I have a nav bar with five buttons that "vibrate" on rollover. When I click on one and go to the corresponding page, I would like additional options to appear under the button, like subnavigation. What is the best, most efficient way for me to do this. Any help is greatly appreciated.

View Replies !    View Related
***NAVIGATION***
Hey all!
I am new to Flash 5, i have a sliding menu bar template, but i dont know how to assign links to the buttons, and add text to the buttons.
Can anyone help please?
Im using Flash 5
thanks!

james
chain_dog_2000@yahoo.com

View Replies !    View Related
Navigation
hi people's


I need to do one vertical menu., bar.
in that i have 10 maincategories., for that some of the main category having some subcategories., Those sub categories have to be shown in dropdown.
if anyone have ex file or some url.plz kindly let me know.
victor.a

View Replies !    View Related
Navigation
Hi all, I'm trying to make a small navigation movie. What I want is very simple. Basically I've the mc splitted in two parts, on one side I'll have a small size on the pic to browse with a small dragble square on the top of it; on the other side a bigger size of the same pic. When I drag the square on the little pic, the bigger one should move to the direction of the sqare.
Anyone has seen a such thing in the movie/tut section, or tell me what to do??

Thanx
Giano

View Replies !    View Related
Navigation
hi there,
need your help badly for making good navigation.
i make simple navigation well but now the problem is this, i want to be little
professional, u know. let me give u a little hint,
My movie consists of four buttons i.e. button A, button B, button C, button D,
It starts like this that these buttons are present at right upper corner
like a menu.Now on clicking on button A movieclip 1 starts now if i click
on buton B movie clip 2 starts but i don't want this way [each movie clip consists of 50 frames
with action on 45th frame gotoAndPlay(1) ] I want to be like this
that when i click on button A or B or C or D its targeted movieclip 1 or 2 or 3 or 4
start respectively. suppose i have clicked on button B at start and now i click
on button C,now it should happen like this that first it play the remaining 5 frames of previous movieclip
and then play the movieclip 3.
In short whenever i click on any button it should first play the ending of previous
movieclip (last 5 frames of that particular movieclip) and then the movieclip which is
to be played.

i have tried my best to explain u which sort of navigation i want.
if u have any ideas or codes or advises and
please tell me about tutorials from which i can get
the basic idea.
all comments will be appreciated.

thanx

View Replies !    View Related
Navigation Help?
this is my second stab @ flash and I'm way over my head - I'm trying to emulate this - http://www.macromedia.com/home_movies/home_main.swf for a home page navigation for the next version of our site. The main difference is that the buttons on the left will be different colors - check out the fla file for more specs..

I've been told that what I'm trying to do is a simple rollover with movie clips. (Each button GET URL to open new page or Loadmovie In level. there is nothing fancy tho , only thing there is the rollover. Make a movie clip with color tween using motion or shape tween. In the same movie clip on first frame place button with roll over action to play this movie clip . It is pretty much it ...) and this is where I got with it -
http://www.rocksolidimages.com/flash/nav_attempt.fla

I know it's really crude but it's my second time..

I've also tried emulating

http://www.computerarts.co.uk/tutori...l.asp?id=30426

and all of the other navigation examples in flashkit and I'm having trouble wrapping my head around this. Should I be using actionscript or just simple tweens - you can't use on mouse event with movies, so you have to turn them into buttons, but what need to be buttons and what not.

Basically I'm wondering if anybody has any ideas on books or tutorials that can help me get any further than where I currently am (which is nowehere)

Jason

View Replies !    View Related
Navigation Help?
this is my second stab @ flash and I'm way over my head - I'm trying to emulate this - http://www.macromedia.com/home_movies/home_main.swf for a home page navigation for the next version of our site. The main difference is that the buttons on the left will be different colors - check out the fla file for more specs..

I've been told that what I'm trying to do is a simple rollover with movie clips. (Each button GET URL to open new page or Loadmovie In level. there is nothing fancy tho , only thing there is the rollover. Make a movie clip with color tween using motion or shape tween. In the same movie clip on first frame place button with roll over action to play this movie clip . It is pretty much it ...) and this is where I got with it -
http://www.rocksolidimages.com/flash/nav_attempt.fla

I know it's really crude but it's my second time..

I've also tried emulating

http://www.computerarts.co.uk/tutori...l.asp?id=30426

and all of the other navigation examples in flashkit and I'm having trouble wrapping my head around this. Should I be using actionscript or just simple tweens - you can't use on mouse event with movies, so you have to turn them into buttons, but what need to be buttons and what not.

Basically I'm wondering if anybody has any ideas on books or tutorials that can help me get any further than where I currently am (which is nowehere)

Jason

View Replies !    View Related
Navigation
hi there,
can't figure it out..plz help
i am working on a navigation which will use the last button clicked
variable.( i know how to set it)
now my movie consists of 4 parts each part is targeted by there buttons.
now when the movie starts the intro plays(skip buttons takes the movie
to scene 2). i.e. intro is scene 1.
now problem start from here the scene 2 is divided in 4 parts. at start of sence2
4 buttons appear at right upper corner whcih will present there till end
currently movie is at stop with stop action.
now i want it happen like this if i press any button it should first
play the ending of current part of movie and if i press any button at start
because currently it is not playing any part of movie so it should go straight
to that part. u can take 4parts as 4 different movieclips or
divide scene2 in 4 parts with each part has some frames at its end
carring some animation which will only palyed when the other button will be clicked


plzzzz help
i have tried my best to explain u what my problem is
adnan
bye

View Replies !    View Related
Map Navigation
I apologize if this sounds like an off the wall question. If there are any tutorials about this matter, it would greatly help.

I created a map, and I want the map to move when I press the
up arrow, the down arrow, etc. How would I go by that?

View Replies !    View Related
Navigation
I have set up a navigation bar and on various mouse events it is supposed to bring up other scenes in my flash movie....

example:
on (release) (
gotoAndPlay ("scene8-dayton", 1);
)

This just brings up a blank screen....
Any help would be gratefully appreciated....
thanks

View Replies !    View Related
Navigation Bar
i JUST got flash 5 and i need to make a cool looking navigation bar for a website. i was wondering where i could learn about doing that, like an online tutorial or anything, thanks!

View Replies !    View Related
Navigation
I have been having numerous problems trying to Set up my site's navigation. Let me explain what I have....Splash with two buttons(Load Intro, Skip Intro)...
Intro with 8 buttons.....8 separate.swf's.....Music Player.

I tried to load these movies on different levels...but there was too much conflict with buttons that remained active underneath. I also tried replacing movies on the same level, but that also failed.

Any input or reference would save me from going slowly insane.

View Replies !    View Related
Navigation
Hey
here is what i would like to do
http://www.icelebration.org/studentz/330/index.fla

1. as you see the about button moves up when clicked, that is correct. when a button gets clicked it should play (A)Up, (L)Up etc

2. all other buttons should move down (this is from the first page they see) for example, if the links buttons is clicked, it should move up (or play mc AUp) and home, about, stuff, pics, and staff should all move down (they should play the (letter)Forward mc)

3. so now the links button is in the middle of the .swf and all the rest of the buttons have dimmed and moved down.

4. when the user clicks one of those dimmed buttons (let's say about) then the about switches places with the links button.

5. now the about button is moved up (mc AUp) and the links button is dimmed and moved down (mc LForward)

6. now when the home button is pressed all buttons should move to their original positions mc (letter)reverse

i hope you understand this! thank you very much for helping me out, i am slowly but surely learning!

View Replies !    View Related
Navigation
Posted this in general help section but didn't get a reply that works, Flash Actionscript Experts, please help!
I have on (release) {
getURL ("main.html");
}
on a button
to go to another html page created in Flash. Is it possible to go to a particular frame on that page (other than frame one, using either frame number or label or any other way?

Please help!

View Replies !    View Related
Navigation: How Do I Do It?
I want to have a navigation with steps. It starts from a root, with 3 links. When one of the links is clicked, a sub-navigation of that link appears beside it.


For example (I used underscores instead of spaces because it erases the spaces; imagine the underscores as just spaces)

Nav________________Sub Nav

Information________Location
Downloads__________Who we are
Contact____________What we do


each of the links (Location, Who we are, and what we do) open up a popup, and they all are buttons. Likewise, there are other sections that appear in that same area for Downloads, and Contact.

how can I do this in flash?

View Replies !    View Related
MX Navigation Bug?
I have a flash navigation (created with flash mx-exported as both flash 5 and flash 6) for a html site.

The problem I am having is that whenever the user on the site clicks on print to print the page, the navigation gets flipped upsidedown.

To view what is happining go to http://www.aushtech.com .

This is causing some explorers to crash when the user tries to print.

Any help would be gratefull.

Thanks in advance.
Mike
http://www.beyondflash.net
Beyond Flash
your one stop web shop

View Replies !    View Related
Help Navigation Bug?
Ok, here's the deal: On my navigation (http://www.dholt.net)I have a little marker fly to the position of the button that is being hovered over. The button's actions are as follows:

on (rollOver){
_root.marker.gotoAndPlay(home)
}

This is so the marker flies to the position under the "home" button. The problem is, however, that the "rollOver" is only tracked every other time. Is it a bug in flash, or what??? Someone please Help! Thanks

Daniel

View Replies !    View Related
B+c Navigation Bar
does anybody have any advice as to how the http://www.blankandcables.com/ website did their navbar? it's a great idea....any ideas as to the actionscript behind it?

View Replies !    View Related
Navigation
hi,

was wondering if anyone knew how to keep a mouse driven
vertical menu in a certain area. eg. it can only move up or down by a certain amount but still be controlled by the mouse... kind of like keeping a sprite in a bounding rectangle...

please help me.. im gona cry real hard otherwise...

View Replies !    View Related
¥¥ NAVIGATION ¥¥
ok.. i have 4 navigation tabs. as you press on each of the 4, a transition takes place, (the image in the background slides in/out of view of the user.. what type of scripting could i use so that when they are on the IE: "contact" page. and hit the contact button again, they won't see the transition take place all over again. I want the button to be inactive for that 1 out of 4 at that point.

thanks

View Replies !    View Related
Navigation
hi, was wondering where i could get a working sample of the navigation like the one in http://www.s-x1.co.uk .

View Replies !    View Related
Navigation
if you have a action in the main scene on say frame 4 that tells the movie to go to frame 2 and play (action that makes my scroll work)...how do you override that action on a button in the scrolling movie that is placed in that scene to go to a scene in the movie.

View Replies !    View Related
3d Navigation
can anyone tell me how they got this "3d" navigation to work? http://www.overture.com/d/home/

View Replies !    View Related
3d Navigation
can anyone tell me how they got this "3d" navigation to work? http://www.overture.com/d/home/

View Replies !    View Related
Navigation
can anybody tell me how can i make a navigation simillar to the nissandriven.com nissan murano model? and is there a similar .fla
file here?

View Replies !    View Related
Navigation...
Does anyone know how to create a nav like the one found in http://www.daviesinteractive.com/

The one on the top right.

Thanks.

View Replies !    View Related
Help Me With My Navigation Bar...
I have created my website..http://www.eternusdesigns.com and I want to have the same effect with the arrow on my navigation bar as this guy has on his website http://calpomatt.lavista.org/ Please tell me how I can create that arrow that moves on the particular button when you roll over it. Please tell me a step by step guide with the actionscripts. Thanks.

View Replies !    View Related
Navigation Like This Is Possible ..?
is there any script for menus like coolmenus
http://www.dhtmlcentral.com/projects/coolmenus/?m=32

download zip file

or this

http://www.brothercake.com/dropdown/

View Replies !    View Related
Navigation
I'm trying to create what seems should be simple navigation. I've put up what this looks like at: http://preview.ignitesports.com/design/house/nav.html.

What I need to happen is when you roll over a navigation item, there's an over animation that plays and then when you roll off, it STAYS at that state until you roll over another navigation, at which point an off animation is played for that previous button.

I know how this should functionally be done...I just don't know how to go about doing it. Basically, I need to set so that when a button is rolled over, it drops that info into a variable so that when the next button is rolled over, it tells a movie clip to go to play at a certain point. The movie clip would be defined in the variable. After that has been triggered, new info for the new active button needs to be dropped into the variable.

I know that's probably kind of confusing. I'm having a hard time explaining it. I can put up the fla file somewhere if some is willing to help.

FYI - I'm a designer learning the basics of actionscripting so THANK YOU so much ahead of time for dealing with me!

View Replies !    View Related
Copyright © 2005-08 www.BigResource.com, All rights reserved