Added: 2 years ago
From: tutvid
Views: 140,698
Sort by time | Sort by thread (beta)

Link to this comment:

Share to:

All Comments (342)

Sign In or Sign Up now to post a comment!
  • Comment removed

  • Nice tutorial!!

    With this tutorial there is not a second of time wasted.

    thanks allot.

    But 1 question how do i code a second dropdown cause this:

    firstFrame_btn.addEventListene­r(MouseEvent.MOUSE_OVER, goBackF);

    secondFrame_btn.addEventListen­er(MouseEvent.MOUSE_OVER, goBackF);

    function goBackF(event:MouseEvent):void { gotoAndStop(1);

    }

    doesent work :(

  • @1974MichaelR i did it i got the second dropdown was pretty easy to do in the end :P

    it had every thing to do with how to build up the layers.

    i made 2 new Layers, build up new buttons and a frame arround it.

    rename the frame to, for example contactFrame_btn.

    then insert a new keyframe in as about 10 frames after port_mc then insert a new frame name.

    like for example contact_mc, then press f9 for coding in actionscript and put in this code:

  • @1974MichaelR

    stop();

    contactFrame_btn.addEventListe­ner(MouseEvent.MOUSE_OVER, goBackG);

    function goBackG(event:MouseEvent):void­{

    gotoAndStop(1);

    }

  • Excellent video tutorial. I appreciate that you didn't skip explaining things that seemed obvious and you took your time showing all the steps. Thank you!!!

  • thank you !

  • hi please help me! @27:01 u did a cutting of the edges... how do i do that? i can't seem to do it

  • OK, I finished the menu. How do I make it work on my website?

  • The way you teach is simply awesome...and I believe it's need lots of patience to teach like this...very nice voice..thanks a lot for your time.

  • Great tutorial!! Im new to Flash an AS3 and was able to create this drop down menu.

  • Please help me out. im getting the error:

    RangeError: Error #2006: The supplied index is out of bounds. at flash.display::DisplayObjectCo­ntainer/setChildIndex() at web_fla::MainTimeline/navOverF­()

    at line, showed in arrows below

    function navOverF(event:MouseEvent):voi­d{ event.target.filters = [navBtnGlow];

    ------>navbar_mc.setChildIndex­(event.target as MovieClip, 1);

    ------>dropMenus_mc.gotoAndSto­p(navbar_mc.getChildAt(1).name­);

    }

  • Great tutorial! I'm only a beginner and I managed to actually create the drop down menu with your help. By the way, you have a very pleasant voice so I don't mind listening to it for the whole 40 minutes : ) Thank you so much!

  • Having an issue, one dropdown is working perfectly but wanted to make another menu in the same app and the setChildIndex/getChild doesn't want to work again. Tracing doesn't bring results, changing index from (1) to (2) in the second one failed aswell. Compared to the first one it's identical (except for the instance names ofc) any ideas why it won't even trace the movieclips that are supposed to open popups?

  • Comment removed

  • um its not working for me. i keep getting errors."

    //navBar_mc.setChildIndex(even­t.target as MovieClip, 1); //DropMenus_MC.gotoAndStop(nav­Bar_mc.getChildAt(1).name); "

    the error i get is " Scene 1, Layer 'actions', Frame 1, Line 9 1061: Call to a possibly undefined method getChildAt through a reference with static type flash.display:SimpleButton. "

    any help would be greatly appreciated

  • Great tutorial, it's a lot to intake in a 40 minute sitting though.

    I had to watch it again a few times.

  • an excellent tutorial, thanks sir!

  • Great tutorial as always :)

    I have one question though. How do you get rid of the background? I mean, the white background is still there when you use it in for example dreamweaver. I´m still new to all this and would very much appreciate any help i can get.

  • Thank you so much :)!

  • the tutorials great, I understanded perfectly and all, and my first language isn't english, but try to slow down on next tutorials, not everyone understands english that good

  • Comment removed

  • the new page you make in Scene 1 (on frame 2 for example) for the button to link to has to be labelled. I have called it new_frame. In the function the gotoAndStop contains this label. If you do not use MovieClip(this.root). before the gotoAndStop the link will not work. thumbs up if it works for you :)

  • had trouble linking the drop down buttons to a new frame in main scene. i eventually found a solution hope this helps. Here is the code that you put in the same actions frame that your buttons are on, ill explain after.

    WebDes_btn.addEventListener(Mo­useEvent.MOUSE_DOWN, WebDesPage);

    function WebDesPage (Event:MouseEvent):void{ MovieClip(this.root).gotoAndSt­op("new_frame"); }

    I gave the web design button an instance name WebDes_btn and made a function for when it is clicked. cont...

  • How do I link the drop down buttons to a page/movie/url??

  • HOW DO I CREATE PAGES NOW AND LINK THEM TO THE BUTTIONS, ANY HELP PLEASE....... :P

  • HOW DO I CREATE PAGES NOW AND LINK THEM TO THE BUTTIONS, ANY HELP PLEASE....... :P

  • I would like to create another drop down menu for the about button that drops down when "about" is moused over. What action script would i use and where do i put it?

  • Ok so I want to put another drop down menu on my "about" navBar button and have it only drop down when moused over. where do i put the action script for that and what do i type? Thank you so much this was extremely helpful!!!

  • Thank you for this tutorial! Helped me a lot. :)

    took me 4 tries. lol.

  • has any one mentioned that you sort of sound like Michael J. Fox? any way, this was really helpful and understood everything you were saying =D

  • Love the TUTORIAL... Got stuck a little bit but finally got it right. THANXXX

  • good tutorial, the video is supposed to be hd, but it really isn't that good... but nice tutorial, thanks a lot

  • You talk too fast. Slow down and say whats important to do.

  • If thats a simple one, i wanna know what advanced is. :/

  • Hey thanks for your help

    but im having a big issue with this. I can´t and dont know how to link the buttons inside the movie clip to frames in the main movie( i do know how to do it if every thing is on the mian scene). I´ve looked every where with out any result. can you help me? or any one else who knows what to do your help will be appreciated!

    thanks!

  • Hey man! Thanks for putting the tut up, but I got a lil' problem when I run it... I don't get the dropdown but the glow works. In the Output frame I get this error:

    TypeError: Error #2007: Parameter child must be non-null. at flash.display::DisplayObjectCo­ntainer/setChildIndex() at DDM_fla::MainTimeline/navOver(­)

    could you please help me out?

  • AWESOME tutorial dude! ... thank you very much!!!!

  • Comment removed

  • My only dislike about flash dropdowns is you have to increase the canvas space to compensate for the expanded menu which eats up a lot of website real estate.

  • I'm creating a lot of buttons from icons, do I need to have multiple AS layers for each drop down menu or can I just copy the code? Also how do I link the menus in my Clicker to the icon button in my Scene?

    Great Tut, and thanks!

  • Thanks dude, I can always rely on your tutorials

  • You speak too fast

  • great man ! thanks !!!! :-)

  • I can't thank you enough. I'll admit, I'm a complete noob when it comes to Flash CS5 and ActionScript 3.0, and I've been searching for a way to make simple drop down menus and I had terrible luck.

    Unlike others', your guide is full and complete outlining EVERYTHING we need to do, so we can have the easiest time learning.

    Once again, thankyou.

  • if i start typiung the script i get some messages saying "import flash.filters.GlowFilter;"

    and

    "import flash.events.MouseEvent;"

    What the hell?

  • Thanks a million

  • Great tutorial. This is my first time with actionscript besides making a play button. Ive taken a flash class but have yet to take a actionscript class. I am having a bit of trouble with this. I finished everything but my drop down menu wont show up. I keep getting this error:

    TypeError: Error #2007: Parameter child must be non-null. at flash.display::DisplayObjectCo­ntainer/setChildIndex() at dropdownmenu_fla::MainTimeline­/navOverF()

    Any idea what I'm doing wrong? TY in advance!

  • ive learned one thing today, dont start your actionscripting with a 40 min long tutorial:S

  • Hey! can you extend the tutorial by extending the dropdown to other buttons...actually what i m tryin to do is... let say you go to portfolio then the drop down comes up, now after that when you click on a button in portfolio menu the menu for that button to come over...any suggestions???

  • Comment removed

  • wow you talk fast, great video though thanks xD

  • i don't what i've done wrong but when my cursor goes over Portfolio there isn't coming a submenu?

    can please anyone help me?

    i'm sorry for my english, it's not my first language

  • how do you make multiple drop down menus? multiple clickers???

  • How do you inappropriate this code to the other navBar items? How would i make the about me react the same. Plz help a brotha out!!! lol thanks

  • Comment removed

  • can someone please explain to me how to insert this into dreamweaver, and will it have all that white bg when it is in dreamweaver? I will sub u :D

  • @kopy001 U just export ur .fla file to an swf (ctrl+enter). Then go in dreamweaver, create a div tag with hieght and width same as ur stage, then drag and drop the swf file in that div. U can also use the publish function in flash itself, go File -> Publish and it will make the html page for u.

  • To all having trouble search youtube for Flash drop down menu tutorial in ActionScript 3 by flashbuilding

  • I have added this code to set the main movie clips to show a hand tool...

    button_mc.buttonMode=true;

    However, the hit area for these movie clips is in the lower half. Every time I move to the center or above that lower portion the mouse pointer turns into a cursor. So how do you set the movie clip hit area to be the whole movie clip area?

    Please help.

  • Is it possible to set the main navBar buttons to buttons instead of movie clips? I'd like to have the mouse pointer display a hand tool like it does for the drop down buttons, and be able to Mouse_CLICK them when using the navigateToURL code.

    Please help.

  • Is it possible to re-code this so that the main navBar buttons are buttons instead of movie clips? You can setup to navigateToURL on these movie clips, but it'd look much better if they were buttons one could click... with the mouse pointer displaying the hand tool.

    Can anyone advise me how to set this up.

    Thanks

  • Did anyone figure out, how to place links to submenu buttons?

  • @sirClogg,

    Watch this tutvid (name below) about 14:30 in and you'll see how to add navigateToURL to your sub-menu buttons. Just add the code in a new layer called AS in frame one of your clicker/drop downs button where the drop down buttons live.

    ActionScript 3.0 Linking and Using Buttons: Flash Tutorial!

  • The output is telling me something is wrong with the childIndex...

    .........

    TypeError: Error #2007: Parameter child must be non-null. at flash.display::DisplayObjectCo­ntainer/setChildIndex() at FlashWebsiteIntroPart3_fla::Ma­inTimeline/navOverF()

    ..........

    Please can you help me fix this issue.

    And, having done one, how do I go ahead and do another drop down for a another button and finally add getURL's to each link?

    Thanks,

    Ashley

  • can u use this in dreamweaver?

  • followed step by step cant get the gradients right! lol

  • I'm still having a problem with

    TypeError: Error #2007: Parameter child must be non-null. at flash.display::DisplayObjectCo­ntainer/setChildIndex() at Menu_fla::MainTimeline/navOver­F()

    I really need your help. Please...

  • @mindforests1, I'm having the same issue m8. Anyone know how to fix this?

  • Hi!! I followed your tutorial and it works perfectly! but I've a doubt, how do you script when you have two drop down menus?

    Thanks.

  • Hi There.. I tried to follow your tutorial.. all seem smooth till the end. The error shows - TypeError: Error #1006: getChlidAt is not a function. at GoGreenHome_fla::MainTimeline/­navOverF() 

    My dropdown menu didnt show up & Keeps flickering... Can you advise please? Thanks.

  • Took me 2 nights and 4 attempts but my menu is great and almost finished, thank you so much. You are a legend.

  • whats the point of the "clicker"

    

  • Great Tutorial, no troubles.

    Thanks alot :)

  • thanks

    

  • every time i create a new shape in the layer 'clicker', the shape blinks repeatedly when i preview it. help?

  • Does anyone have trouble viewing the dropdown menu in IE 8.0?

  • this is a great video but how would you create more than one dropdown?????

  • HE MUST BE RAPPER!

    well tutvid gave me very good tutorials hats off you!

  • Comment removed

  • Same as guy on here before, great tut. Works fine but I cant get the buttons to link to frames in Scene 1??!

    Can anyone give me answer before Monday please??

    I have -

    weasleybookbtn.addEventListene­r(MouseEvent.CLICK, ron);

    function ron(event:MouseEvent):void

    { gotoAndStop(39);

    }

  • @StellaDave

    Hey where you able to do it i´m having problems with that too. could you hep me

    I would thank you very very much if you did!!!

  • I have trouble with the navBar_mc I named the mcNavBar symble to nav_mc is that right or is it navBar_mc??

  • @OComputerHacksO nvm i got it......

  • PPL TRYING TO CREATE LINKS!!

    I used this and it worked for me:

    in the AS layer actions:

    navbar_mc.home_mc.addEventList­ener( MouseEvent.CLICK, function():void { navigateToURL(new URLRequest("index.html"), "_self"); }

    );

    navbar_mc = the video clip with all my buttons contained

    home_mc=the instance name for my home button

    index.html = my root page

    hope this helps!

  • @dabears900

    nice. But there is a tutvid tutorial covering this as well. What it doesnt cover (and Im strugling with it right now, because its my 1st as3 project and Im completly lost) is how to add links to buttons in that dropdown menu.

    I tryed:

    import flash.events.MouseEvent;

    var getDrop1:URLRequest = new URLRequest("mysite.html");

    drop1_btn.addEventListener(Mou­seEvent.CLICK, dropClick);

    function dropClick(event:MouseEvent):vo­id { navigateToURL(getDrop1);

    }

    But I get error #1009 all the time

  • @sirClogg btw it works for the other buttons the "main ones" SO ANYONE, WHO WANTS TO LINK THOSE, CAN USE IT. just place this code to 1st frame inside the buttons_mc. Make several variables with different links

    var varName:URLREqu..

    And attach them to your menu buttons

    mainmenu_btn.addEvent ...

    And make several functions

  • the error says: Error #1009: Cannot access a property or method of a null object reference.

    I placed the script in that 5th frame inside dropdown menus mc (I followed the tutorial exactly :) )

    the "drop1_btn" is one of my buttons in that dropdown menu.

    Could you please tell me how to attach links to theese buttons? Thank you.

  • you spoke like Mark Zuckerberg from the Social Network movie lol

  • Very complicated......

  • I can understand how much of learning curve u would have gone thru before expalaining to us without hesitation.. :-)

  • Tank you for this well explained tut, one of the better tuts out there. Learned allot and will use it for school projects. Tanks again !

    Q

  • I found a fix for the "TypeError:Error #2007: ..." If you are using a text as one of your drop down buttons you have to change it to static text and it will work fine. To get to this, double click on you navBar_mc and select each text and change it to static.

  • @captainkdizzle, my text is static and it doesn't resolve the issue. Any other ideas?

  • Comment removed

  • TypeError: Error #2007: Parameter child must be non-null. at flash.display::DisplayObjectCo­­ntainer/setChildIndex() at Dropdown Menu_fla::MainTimeline/­navOve­rF()

    My drop down menu doesn't show need help fast

  • Comment removed

  • Great teaching video, fast spoken but nice voice!!!

    Thanks

  • thank you man your are one of the best nice work keep going

    THANKS

  • Hello greaet video! but i have a problem when i am using the text tool to write in the dropdown buttons it is all flat and cant i read it how come?

  • I know you speak fast, but it's clear to me.

    I'm from a non-english spoken country but you really helped me.

    Thumbs up if you think this is a very good tutorial!

  • Hey u r a legend!! ive never used flash b4 n ive already finished my menus thanks 2 ur instruction (took me a day lol =D)

  • HOLYYY SHIT U SPEAK FASTT!!!!

    

  • Did everything in the tutorial, once I try and play the movie everything seems to be working correctly but there is an error.

    The error says:

    TypeError: Error #2007: Parameter child must be non-null. at flash.display::DisplayObjectCo­ntainer/setChildIndex()  at website1_10_fla::MainTimeline/­navOverF()

    I have no idea how to fix this

    Please Help!

  • @Roxyboardr21

    I got this too, HELP US.

  • I didn´t watched the whole video but it takes 41 minutes to make 1 drop down menu???

  • @Mr28WeekSkater

    Yes,

  • very confusing naming its almost impossible for someone new to use this unless calling all the buttons and videos the same as you :(

  • Dude, one question.

    I have another set of drop downs, that branches the sections into other sections, how would you code that? I tried everything!

    If you could help I got back to the point at the end of the vid, can you help?

    Pm me please!

  • It's beautiful Thanks! BUT how do you link them to the diff webpages now?

  • i downloaded a flash website video tutorial, i choose to do a dropdown menu, i already made the 1st dropdown menu, but i'm trying to do the same thing to the other bottons but i'm missing something in the actions board, i dont know what to put. In the end appears in my erros board that i duplicate the function. I just dont know what to do..

    This is the name of the video tutorial (as3DropDownYT).

    please if someone knowns the answer please help me, its important

    Thanks!!

    Vera 

  • Can someone pls help, how to link the buttons to the page?

  • i cant stroke...

  • OK ANSWER TO THE NULL THING:

    I figured it out. We all probably tried to copy and paste buttons into our nav bar instead of starting from scratch. Atleast I did and thats why I got this, so:

    Click into your navbar (navBar_mc) and then into your button_mc until you get to your buttonbase and text. you may have to unlock the buttonbase layer. Then delete your button and draw out a 100X20 rectangle.

    gets rid of the error message but stinks if you wanted a over effect.

  • @Schneckism,

    I copied buttons created from a base from the library as detailed in the video. I'm not sure what you mean, but I have this issue too. Please could you describe how you fixed it.

  • TypeError: Error #2007: Parameter child must be non-null. at flash.display::DisplayObjectCo­ntainer/setChildIndex() at Untitled_fla::MainTimeline/nav­OverF()

    i got this error any1 can help me?

  • WOW! BLESSED!

  • what book do you use tutvid?

  • I MESSED UP WITH THIS WARNING MESSAGE:

    WARNING: Duplicate label, Symbol=mcClicker, Layer=AS, Frame=10, Label=resturant_mc

  • GREAT vIDEO Hoever I hit ctrl enter and The Clicker Is Still There I Try It Again Still Cant Remove It What do I Do Now???

  • uhmm just wanna ask how do i link my pages in cs5 using this menu? am having troubles on linking my pages that's all tnx

  • thanks, now i have done my first flash menu thanks really, i'll just have to link this thing 0ut

  • Navbar_mc.addEventListener(Mou­seEvent:MOUSE_OVER, navOverF);

    Navbar_mc.addEventListener(Mou­seEvent:MOUSE_OUT, navOutF);

    I keep getting the Syntax 1084 error, could somebody tell me why please?

  • @MrYusmus89

    i gave same problem !!!!!!!!!!!!!!

  • i have exact same problem

  • next time will you be a little bit slower in explaining things i can't absorb it that fast...XD

  • It's not working for me , i mean the navBar is working as glowing efect, but the last part RollDown menu is not working. No errors script and exactly like on utorial and its not working:/ Can u help somehow?

  • @TutFlash I have exactly the same problem... what is wrong?

  • @tommiejohansson have no idea guys from this channel didnt anwser me , so i found out other rollout menu with masking effect its better for me so i left this method.. Good luck anyway:)

  • Hey guys. For those of you trying to figure out how to do duplicate dropdown menus, I think I've figured out the solution. I would try to post it here in the comments, but it's about 600 words, which far exceeds the character limit of a youtube comment. It's not that complicated, but I do take you through each individual step.

    The full tutorial is in pdf format and can be downloaded here: mediafire (dot) com/?19a7f32fp33vcu3

    Hope it helps!

  • Great video. I went through the video and have checked my work literally 10 plus times and do not understand why I am getting an error. Also, my main navigation button is flashing at a constant quick rate once the mouse is over. The error I recieved was:

    TypeError: Error #2007: Parameter child must be non-null. at flash.display::DisplayObjectCo­ntainer/setChildIndex() at wip_fla::MainTimeline/navOverF­()

  • how do you make the other drop down menus? They all open for me, when you roll over one.

  • @producer0787

    Hey, I think I have a solution for you. It probably has to do with the root level actionscript. You have to copy and paste the functions as well as the actions they perform for both buttons. There's a whole lot more detail in my parallel tutorial. It's a PDF and can be found in my above post. I hope you find it useful!

  • :-○

  • uhmm question here!, i have already premade buttons that i have made using photoshop cs5, can i use i here ??

  • @Lumhiere Yes, just import the picture(buttons) to flash and make sure you have selected the picture that u want to make a button and press f8 (convert to symbol) and make it a button and name like you want, now its a button.. Np

  • LOL, 39:05

    "remember that child? yeah i want you to get that child, the NAME of that child!"

    

  • worked like a charm thanks alot :)

  • By this tutorial i learn more information thanks for posting this type of tutorials .....

  • You guys are the best!!

  • Thanks ! got it to work ! It would be nice to know what to do for dropdowns on additional buttons , anybody know how to do this?

  • wtf i followed this exactly to the "T", so to speak, and it's all fucked up i've got more than 5 errors! I've quadruple checked this it's screwy...... wtf?!?!?

  • I hate you, you don't want to know how many times I been trying this tutorial to make my web page and didnt worked but now it does thanks for the hard tutorial ;)

  • function navOverF(Event:MouseEvent):voi­d{ Event.target.filters = [navbtnglow]; navbarmc.setChildIndex(event.t­arget as MovieClip, 1); dropmenu_mc.gotoAndStop(navbar­mc.getChildAt(1).name); trace("We are rolled Over...." + navbarmc.getChildAt(1).name);

    } Can some1 please help me can u spot the error hear

  • Thank you very much!

    Worked great for me. Very helpful tutorial.

  • thanks for the tutorial but your voice is fucking obnoxious.

  • I keep getting a compiler error 1120: Access of undefined property Moiveclip.

    navBar_mc.setChildIndex(event.­target as Moiveclip, 1);

    any suggestions....?

    The glow effect works, but the drop down menu just flashes.

  • @Photorexit did u sort that problem i think its the same as my problem

  • Yeah dude worked gr8 for me too. Just dat need to be careful abt da case sensitive part during da programming!!

  • I tried it and it works for 300%;)

    And i want to say THANK YOU, for all your tutorials, i really learnt so much with you

    Thank you!!

  • I've followed the tutorial more than 3 times in cs4 but each time I'm getting the same error: TypeError: Error #2007: Parameter child mag niet null zijn.

    at flash.display::DisplayObjectCo­ntainer/setChildIndex()

    at navBar2_fla::MainTimeline/navO­verF()

    Can anybody help me!? :(

    The dropdown menu is not coming down when I get my mouse over the button :(

  • I know this has been asked, but I can't see a response. I've followed this video and got everything to work. YAY (Double YAY concidering this is my first ever flash attempt) :D Now, I can't seem to figure out how to add another drop down menu for the other movie clips/buttons (Contact, About Us, Media). Any help would be greatly appreciated. Thanks! :D

  • Does anyone know how to add addition drop downs on another tab?

  • Does anyone know how to add addition drop downs on another tab?

  • Does anyone know how to add addition drop downs on another tab?

  • Does anyone know how to add addition drop downs on another tab?

  • Does anyone know how to add addition drop downs on another tab?

  • I followed this step by step but I'm getting 1120 errors at my AS layer, frame 1 and lines 6,7, and 12. It's saying Access of undefined property event. It's highlighting my event.target.filter lines. I've done everything the same so I'm not sure what's going on. Can someone give me a hand?

  • nevermindd! i figured out my stupid mistake! awesome vids.. i dont know what i would do without u lol

  • I need some help!!

    I must be slow or something because Ive done this literally four times and I cannot get my drop down menu to go down. Everything seems to be okay except the drop down.. can anyone tell me any common problems that I should look into??

    pleaaassee!

    -stephanie

  • anyway i can find information or a video of making links on THIS nav bar? ive been watching several other videos including others in your channel about linking buttons and movie clips, but when i try it nothing seems to work since i cant tell exactly where the script needs to go in this specific nav bar

  • @crc890635 and i forgot to mention that they are supposed to be internal lins for my own website and im using CS4 with AS3

  • A 42 minute long video in 720p HD quality!

    I wonder how large the file is :O

  • Sorry I maybe didn't explain it well in my last comment. What I'm saying is that I have a dropdown menu that have some buttons, those buttons I want them to be linked to frame labels that are outside the movieclip, in the main timeline, scene 1. So what's the actionscript (3) code, so I can make it work? I've tried with gotoandPlay ("frame label") but it doesn't work and I also tried with gotoAndPlay ("scene 1", "label") but again, it doesn't work! I hope you understand me! Thanks!

  • @NxP100 Did you manage to make this work?? I'm stuck with the same problem. I tried to name my other pages the same as the menu button's instance names. And made the gotoandStop link with a getchildindex function. That does work, however the buttons that are clicked won't go away anymore... Please tell me how you managed to do this..

  • Hi! I need some help! I have my drop down menu inside a movieclip and I want it to be linked to a frame label that is in the main timeline (scene 1) what's the code to make it work?! Thanks!

  • hey, great tutorial. I only have one problem, everything works except the dropdown, when I go over the portfolie, it doesn't come down. Hope someon can help me out. thx