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!!!
RangeError: Error #2006: The supplied index is out of bounds. at flash.display::DisplayObjectContainer/setChildIndex() at web_fla::MainTimeline/navOverF()
at line, showed in arrows below
function navOverF(event:MouseEvent):void{ event.target.filters = [navBtnGlow];
------>navbar_mc.setChildIndex(event.target as MovieClip, 1);
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?
um its not working for me. i keep getting errors."
//navBar_mc.setChildIndex(event.target as MovieClip, 1); //DropMenus_MC.gotoAndStop(navBar_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. "
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.
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
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.
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!!!
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!
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::DisplayObjectContainer/setChildIndex() at DDM_fla::MainTimeline/navOver()
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?
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.
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::DisplayObjectContainer/setChildIndex() at dropdownmenu_fla::MainTimeline/navOverF()
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???
@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.
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?
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.
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.
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::DisplayObjectContainer/setChildIndex() at FlashWebsiteIntroPart3_fla::MainTimeline/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?
TypeError: Error #2007: Parameter child must be non-null. at flash.display::DisplayObjectContainer/setChildIndex() at Menu_fla::MainTimeline/navOverF()
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.
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");
@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
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.
TypeError: Error #2007: Parameter child must be non-null. at flash.display::DisplayObjectContainer/setChildIndex() at Dropdown Menu_fla::MainTimeline/navOverF()
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::DisplayObjectContainer/setChildIndex() at website1_10_fla::MainTimeline/navOverF()
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
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.
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::DisplayObjectContainer/setChildIndex() at Untitled_fla::MainTimeline/navOverF()
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?
@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
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::DisplayObjectContainer/setChildIndex() at wip_fla::MainTimeline/navOverF()
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!
@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
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 ;)
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::DisplayObjectContainer/setChildIndex()
at navBar2_fla::MainTimeline/navOverF()
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
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?
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??
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
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
Comment removed
1974MichaelR 1 day ago
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.addEventListener(MouseEvent.MOUSE_OVER, goBackF);
secondFrame_btn.addEventListener(MouseEvent.MOUSE_OVER, goBackF);
function goBackF(event:MouseEvent):void { gotoAndStop(1);
}
doesent work :(
1974MichaelR 1 day ago
@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 23 hours ago
@1974MichaelR
stop();
contactFrame_btn.addEventListener(MouseEvent.MOUSE_OVER, goBackG);
function goBackG(event:MouseEvent):void{
gotoAndStop(1);
}
1974MichaelR 23 hours ago
This has been flagged as spam show
Americanii creeaza website-uri, olandezii construiesc masiuni zburatoare, italienii fac autostrade moderne...sistemuil din Romania manipuleaza calculatoarele, intercepteaza telefoasnele, manipuleaza oamenii...SISTEM DICTATORIAL FASCIST...tiganii Uniunii Europene.
gfelician41 2 days ago
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!!!
Redmitochondria 3 days ago
thank you !
SDGplayer 1 month ago
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
Bellinthecurry 1 month ago
OK, I finished the menu. How do I make it work on my website?
victim0001 2 months ago in playlist Favorite videos
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.
kenohio25 2 months ago
Great tutorial!! Im new to Flash an AS3 and was able to create this drop down menu.
procise1982 2 months ago
Please help me out. im getting the error:
RangeError: Error #2006: The supplied index is out of bounds. at flash.display::DisplayObjectContainer/setChildIndex() at web_fla::MainTimeline/navOverF()
at line, showed in arrows below
function navOverF(event:MouseEvent):void{ event.target.filters = [navBtnGlow];
------>navbar_mc.setChildIndex(event.target as MovieClip, 1);
------>dropMenus_mc.gotoAndStop(navbar_mc.getChildAt(1).name);
}
hotdos1987 2 months ago
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!
MockingSoul 2 months ago
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?
godziothc 2 months ago
Comment removed
godziothc 2 months ago
um its not working for me. i keep getting errors."
//navBar_mc.setChildIndex(event.target as MovieClip, 1); //DropMenus_MC.gotoAndStop(navBar_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
ravenguardguild 2 months ago
Great tutorial, it's a lot to intake in a 40 minute sitting though.
I had to watch it again a few times.
MCtinRad 3 months ago
an excellent tutorial, thanks sir!
WSnook37025 3 months ago
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.
egilito 3 months ago
Thank you so much :)!
MovieTrailersHD1080 3 months ago
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
guramika1 4 months ago
Comment removed
TheMcKearney 4 months ago
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 :)
torcunningham 4 months ago
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(MouseEvent.MOUSE_DOWN, WebDesPage);
function WebDesPage (Event:MouseEvent):void{ MovieClip(this.root).gotoAndStop("new_frame"); }
I gave the web design button an instance name WebDes_btn and made a function for when it is clicked. cont...
torcunningham 4 months ago
How do I link the drop down buttons to a page/movie/url??
dotf666 4 months ago
HOW DO I CREATE PAGES NOW AND LINK THEM TO THE BUTTIONS, ANY HELP PLEASE....... :P
realrudeboy93 4 months ago
HOW DO I CREATE PAGES NOW AND LINK THEM TO THE BUTTIONS, ANY HELP PLEASE....... :P
realrudeboy93 4 months ago
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?
kipster4 5 months ago
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!!!
kipster4 5 months ago
Thank you for this tutorial! Helped me a lot. :)
took me 4 tries. lol.
juverah 5 months ago
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
MrBingLee 5 months ago
Love the TUTORIAL... Got stuck a little bit but finally got it right. THANXXX
O2Electronics 5 months ago
good tutorial, the video is supposed to be hd, but it really isn't that good... but nice tutorial, thanks a lot
gabrielzanandrea 5 months ago
You talk too fast. Slow down and say whats important to do.
melabongo 5 months ago
If thats a simple one, i wanna know what advanced is. :/
TheHolyGrailOfGaming 6 months ago
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!
nelson138 6 months ago
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::DisplayObjectContainer/setChildIndex() at DDM_fla::MainTimeline/navOver()
could you please help me out?
thijsy01 7 months ago
AWESOME tutorial dude! ... thank you very much!!!!
Iliyansky1 8 months ago
Comment removed
PlushieMe 8 months ago
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.
visvire 8 months ago
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!
jtoadlol27 8 months ago
Thanks dude, I can always rely on your tutorials
sbjoe3 8 months ago
You speak too fast
Kraftwerk67 8 months ago
great man ! thanks !!!! :-)
1zorrr 9 months ago
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.
xOxymoronic 9 months ago
if i start typiung the script i get some messages saying "import flash.filters.GlowFilter;"
and
"import flash.events.MouseEvent;"
What the hell?
LostEquinox 9 months ago
Thanks a million
Linoleumaz 10 months ago
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::DisplayObjectContainer/setChildIndex() at dropdownmenu_fla::MainTimeline/navOverF()
Any idea what I'm doing wrong? TY in advance!
DRoofcat 10 months ago
ive learned one thing today, dont start your actionscripting with a 40 min long tutorial:S
imnot15im84 11 months ago
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???
kinnnngkhan 11 months ago
Comment removed
kinnnngkhan 11 months ago
wow you talk fast, great video though thanks xD
Darkaero108 11 months ago
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
emilelampe 1 year ago
how do you make multiple drop down menus? multiple clickers???
railfanatic844 1 year ago
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
joeykeys2003 1 year ago
Comment removed
pajke007 1 year ago
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 1 year ago
@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.
Noctis411 10 months ago
To all having trouble search youtube for Flash drop down menu tutorial in ActionScript 3 by flashbuilding
AshSmith06 1 year ago
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.
AshSmith06 1 year ago
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.
AshSmith06 1 year ago
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
AshSmith06 1 year ago
Did anyone figure out, how to place links to submenu buttons?
sirClogg 1 year ago
@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!
AshSmith06 1 year ago
The output is telling me something is wrong with the childIndex...
.........
TypeError: Error #2007: Parameter child must be non-null. at flash.display::DisplayObjectContainer/setChildIndex() at FlashWebsiteIntroPart3_fla::MainTimeline/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
AshSmith06 1 year ago
can u use this in dreamweaver?
DustySpitter 1 year ago
followed step by step cant get the gradients right! lol
Maltebyte2 1 year ago
I'm still having a problem with
TypeError: Error #2007: Parameter child must be non-null. at flash.display::DisplayObjectContainer/setChildIndex() at Menu_fla::MainTimeline/navOverF()
I really need your help. Please...
mindforests1 1 year ago
@mindforests1, I'm having the same issue m8. Anyone know how to fix this?
AshSmith06 1 year ago
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.
Xene 1 year ago
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.
dfotographer 1 year ago
Took me 2 nights and 4 attempts but my menu is great and almost finished, thank you so much. You are a legend.
ttdantt10384 1 year ago
whats the point of the "clicker"
Yrteop 1 year ago
This has been flagged as spam show
Great Tutorial, no troubles.
Thanks a lot :)
MissYamaneko 1 year ago
Great Tutorial, no troubles.
Thanks alot :)
MissYamaneko 1 year ago
thanks
karankanojiya 1 year ago
every time i create a new shape in the layer 'clicker', the shape blinks repeatedly when i preview it. help?
DJSmileyOFFICIAL 1 year ago
Does anyone have trouble viewing the dropdown menu in IE 8.0?
dabears900 1 year ago
this is a great video but how would you create more than one dropdown?????
hrdefiant1970 1 year ago
HE MUST BE RAPPER!
well tutvid gave me very good tutorials hats off you!
NitinisChiku 1 year ago
Comment removed
NitinisChiku 1 year ago
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.addEventListener(MouseEvent.CLICK, ron);
function ron(event:MouseEvent):void
{ gotoAndStop(39);
}
StellaDave 1 year ago
@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!!!
nelson138 6 months ago
I have trouble with the navBar_mc I named the mcNavBar symble to nav_mc is that right or is it navBar_mc??
OComputerHacksO 1 year ago
@OComputerHacksO nvm i got it......
OComputerHacksO 1 year ago
This has been flagged as spam show
Russian Beauties are there gettop5.info
twannanakashima 1 year ago
PPL TRYING TO CREATE LINKS!!
I used this and it worked for me:
in the AS layer actions:
navbar_mc.home_mc.addEventListener( 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 1 year ago
@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(MouseEvent.CLICK, dropClick);
function dropClick(event:MouseEvent):void { navigateToURL(getDrop1);
}
But I get error #1009 all the time
sirClogg 1 year ago
@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
sirClogg 1 year ago
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.
sirClogg 1 year ago
you spoke like Mark Zuckerberg from the Social Network movie lol
sfcviper 1 year ago
Very complicated......
Magareyt 1 year ago
This has been flagged as spam show
I can understand how much of learning curve u would have gone thru before expalaining to us without hesitation.. :-)
dvzee19 1 year ago
I can understand how much of learning curve u would have gone thru before expalaining to us without hesitation.. :-)
dvzee19 1 year ago
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
JeremyHof 1 year ago
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 1 year ago 11
@captainkdizzle, my text is static and it doesn't resolve the issue. Any other ideas?
AshSmith06 1 year ago
Comment removed
kdot987 1 year ago
TypeError: Error #2007: Parameter child must be non-null. at flash.display::DisplayObjectContainer/setChildIndex() at Dropdown Menu_fla::MainTimeline/navOverF()
My drop down menu doesn't show need help fast
adnanhuda 1 year ago
Comment removed
adnanhuda 1 year ago
Great teaching video, fast spoken but nice voice!!!
Thanks
yolybenito 1 year ago
thank you man your are one of the best nice work keep going
THANKS
steinvader 1 year ago
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?
Pixelsvin1 1 year ago
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!
caspower10 1 year ago 54
This has been flagged as spam show
Be Naughty and funny with beauty girls and fat women in this time mworld5.info
inashgyinas 1 year ago
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)
Tomtucker84 1 year ago
HOLYYY SHIT U SPEAK FASTT!!!!
Binebik 1 year ago
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::DisplayObjectContainer/setChildIndex() at website1_10_fla::MainTimeline/navOverF()
I have no idea how to fix this
Please Help!
Roxyboardr21 1 year ago
@Roxyboardr21
I got this too, HELP US.
BenHollis 1 year ago
I didn´t watched the whole video but it takes 41 minutes to make 1 drop down menu???
Mr28WeekSkater 1 year ago
@Mr28WeekSkater
Yes,
rinuextreme 1 year ago
very confusing naming its almost impossible for someone new to use this unless calling all the buttons and videos the same as you :(
plumfolio 1 year ago
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!
BKollerMusicPL 1 year ago
It's beautiful Thanks! BUT how do you link them to the diff webpages now?
ggvidales 1 year ago
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
veralola 1 year ago
Can someone pls help, how to link the buttons to the page?
kkm0103 1 year ago
i cant stroke...
flutep 1 year ago
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 1 year ago
@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.
AshSmith06 1 year ago
TypeError: Error #2007: Parameter child must be non-null. at flash.display::DisplayObjectContainer/setChildIndex() at Untitled_fla::MainTimeline/navOverF()
i got this error any1 can help me?
bernard72 1 year ago
WOW! BLESSED!
ezbwoy 1 year ago
what book do you use tutvid?
philgunman 1 year ago
I MESSED UP WITH THIS WARNING MESSAGE:
WARNING: Duplicate label, Symbol=mcClicker, Layer=AS, Frame=10, Label=resturant_mc
iLikePhilly 1 year ago
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???
iLikePhilly 1 year ago
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
Lumhiere 1 year ago
thanks, now i have done my first flash menu thanks really, i'll just have to link this thing 0ut
Lumhiere 1 year ago
Navbar_mc.addEventListener(MouseEvent:MOUSE_OVER, navOverF);
Navbar_mc.addEventListener(MouseEvent:MOUSE_OUT, navOutF);
I keep getting the Syntax 1084 error, could somebody tell me why please?
MrYusmus89 1 year ago
@MrYusmus89
i gave same problem !!!!!!!!!!!!!!
sladoled77 1 year ago
i have exact same problem
sladoled77 1 year ago
next time will you be a little bit slower in explaining things i can't absorb it that fast...XD
antuny28 1 year ago
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 1 year ago
@TutFlash I have exactly the same problem... what is wrong?
tommiejohansson 1 year ago
@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:)
TutFlash 1 year ago
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!
hagnii 1 year ago
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::DisplayObjectContainer/setChildIndex() at wip_fla::MainTimeline/navOverF()
IERTOI 1 year ago
how do you make the other drop down menus? They all open for me, when you roll over one.
producer0787 1 year ago
@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!
hagnii 1 year ago
:-○
FreeMovieDownload203 1 year ago
uhmm question here!, i have already premade buttons that i have made using photoshop cs5, can i use i here ??
Lumhiere 1 year ago
@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
MultiComputerScience 1 year ago
LOL, 39:05
"remember that child? yeah i want you to get that child, the NAME of that child!"
19Birdy95 1 year ago
worked like a charm thanks alot :)
Misteremg 1 year ago
By this tutorial i learn more information thanks for posting this type of tutorials .....
websitedesignmumbai 1 year ago
You guys are the best!!
kendroification 1 year ago
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?
blackmags81 1 year ago
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?!?!?
brossej07 1 year ago
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 ;)
ducazaro1 1 year ago
function navOverF(Event:MouseEvent):void{ Event.target.filters = [navbtnglow]; navbarmc.setChildIndex(event.target as MovieClip, 1); dropmenu_mc.gotoAndStop(navbarmc.getChildAt(1).name); trace("We are rolled Over...." + navbarmc.getChildAt(1).name);
} Can some1 please help me can u spot the error hear
tommyg2007uk 1 year ago
Thank you very much!
Worked great for me. Very helpful tutorial.
Lequello 1 year ago
thanks for the tutorial but your voice is fucking obnoxious.
lets1v1 1 year ago
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 1 year ago
@Photorexit did u sort that problem i think its the same as my problem
tommyg2007uk 1 year ago
Yeah dude worked gr8 for me too. Just dat need to be careful abt da case sensitive part during da programming!!
pdharunrao 1 year ago
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!!
aloha276 1 year ago
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::DisplayObjectContainer/setChildIndex()
at navBar2_fla::MainTimeline/navOverF()
Can anybody help me!? :(
The dropdown menu is not coming down when I get my mouse over the button :(
senpai36 1 year ago
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
Vylette75 1 year ago
Does anyone know how to add addition drop downs on another tab?
jaxx108 1 year ago
This has been flagged as spam show
Does anyone know how to add addition drop downs on another tab?
jaxx108 1 year ago
Does anyone know how to add addition drop downs on another tab?
jaxx108 1 year ago
Does anyone know how to add addition drop downs on another tab?
jaxx108 1 year ago
Does anyone know how to add addition drop downs on another tab?
jaxx108 1 year ago
Does anyone know how to add addition drop downs on another tab?
jaxx108 1 year ago
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?
Sdfrien 1 year ago
nevermindd! i figured out my stupid mistake! awesome vids.. i dont know what i would do without u lol
bammy562 1 year ago
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
bammy562 1 year ago
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 1 year ago
@crc890635 and i forgot to mention that they are supposed to be internal lins for my own website and im using CS4 with AS3
crc890635 1 year ago
A 42 minute long video in 720p HD quality!
I wonder how large the file is :O
MouthofSaurons 1 year ago
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 1 year ago
@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..
Calafalas21 1 year ago
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!
NxP100 1 year ago
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
MrTommieboy 1 year ago