I wanted to make a xml menu, and I followed the technique of hga77 xml menu - hga77 I managed to put all the code in one frame, but I still have a "little?" bug, that I can't find...When you look at my example, and you click on "Technieken" (=Techniques)and then on "Info", the subitems are not always positioned in the right way. Another time the "Technieken" come to stand under "Info"... weird...
I am working on a DVD User Interface for my final project in Photoshop. For extra credit points I am trying to figure out how to make the menu items to light up when the pointer is touching the menu icon.
I need a tutorial for a hierarchical drop down menu system that drops down 3 sub levels. Do I make the items in the sub menus individual buttons and then insert them into a movie clip or make every sub menu item a movie clip and insert them into buttons?
Im trying to make a menu for a web page using menubar and menu components, is ther any way of making os specifing that the menu can get drawn out of the canvas, since i need that the bar is thin for getting in a space betwen to image headers.
I wanted to make a xml menu, and I followed the technique of hga77 xml menu - hga77 I managed to put all the code in one frame, but I still have a "little?" bug, that I can't find... When you look at my example, and you click on "Technieken" (=Techniques)and then on "Info", the subitems are not always positioned in the right way. Another time the "Technieken" come to stand under "Info"... weird...
Having found a tutorial on the web I made my first menu. It is fine, and it works properly.fter that a new idea came: let's make a scrolldown menu. With the help of different kinds of tutorials I made the submenus. Everything is ok, the scrolldown menu (don't forget I am a newbie ) works. My problem is that the doc. size is 800x400 pixels (with opened submenu), but the size of the place where I want to put in a site is only 800x140 pixels.
I'm creating an xml generated gallery/menu, I have the gallery and menu populating fine but my issue arises when I try to make the menu items clickable.
This is inside my populate menu function _root["mainMenu"+[i]].onRelease = function() { trace(this); var splitThis:String = this var splitThisArray:Array = splitThis.split("Menu"); trace(splitThis) trace(splitThisArray[1]) };
Now the trace output I get is _level0.mainMenu1 _level0.mainMenu1 undefined
Although when I set splitThis to "_level0.mainMenu1" manually I get "1" or whatever number comes after "Menu".
I have a rotating menu that rotates but stops at the first and last menu object rather than just continuing in a 360 rotation. I have tried downloading other AS3 rotating menus but as I am newbie to this, can't really get it to work. [url]...
Lets say i hava category and some articles in it (one article - few photos and description). I want to make a thumbnail menu in footer each thumbnail linking to an article. The question is how to make this menu to load automatically? If i put articles in category/article1, category/article2 (and so on) folders, I want to see two thumbnails linking one to first article, second thumb to secont article. If i add one more article, i want thumbnail to be loaded to site automaticaly
New to flash. Started usig it less than a week ago. I have tried to find the exact tutorial to help me with these things, but they didn't cover exactly what I was looking for, or they where AS2. I'm using AS3. I don't know how to add a zip file to this post, so I uploaded it to a webpage.[URL]..
Question 1: I'm using a panoramic image as the background for my site. I want it to scroll/pan side to side following the mouse as it moves side to side. I would like it to ease in and out of the motion as well.
Question 2: When the mouse moves over the menu text at the top I want the other navigation buttons to appear under it for a few seconds, and become active, then dissappear if un-clicked.
I am trying to make a drop down menu for my website navigation. Right now my navigation is just text and I want to have drop down on only a few links. I only want to have text no shapes as buttons just text.
I have a rotating menu that rotates but stops at the first and last menu object rather than just continuing in a 360 rotation.I have tried downloading other AS3 rotating menus but as I am newbie to this, can't really get it to work.
I'm having issues with the following menu. I've been adapting a script from eveloper/actionscript/xml_dropdown_menu.htm into actionscript 3. When I get to the last level of the menu it won't link properly. It always takes the last url of the bunch as the url for all links in that branch of the tree.
I need to find an action script that tells a random movie clip scene to play... You see I have a movie clip with two frames ( each with "stop" in the AS), but when I export the film, I want it to randomly pick which of the two frame to show
Im new to AS but Im working everyday to improve, Im trying to make a menu but Im having difficulties with moving the menu:
I have a bar in 500 length and mask of 100 And I have 5 buttons. When I click 1 ofthem I want it to bring the correct positon of the bar with easing. Btw the registration point of thebar is upper left corner
Part 1 is the menu which will be it's own .swf, which I would like to have align to the top center of the browser even if you resize the browser.
Part 2 is the content which I'd like to align to the center of the page, even when you resize the browser. This is also an .swf which corresponds with the menu.swf
Part 3 and 4 don't have to be .swf's, but are just graphics in the top right corner and the other in the bottom left that stay in the corner even when the browser is resized.
i have a menu xml with as2, and i need this code charge a swf or go to a frame label.Another think i need this when i click over the buttons those stay on, and the menu move 500 px to the right like a tween. This is my code
Code: // Here the array object is created. var manuel:Array = new Array();
I have created this site with a expanding / collapsin menu. When a user selects a menu e.g. "hammers" then the menu is loaded and show the submenues. When the users closes the menu by moving the mouse away from the area the menu collapses. If the user expands the menu again the menu should have remember the last visit menu and show the menu.
I have been customizing a Flash template and I'm almost done... my issue is that I would like one of the buttons to open up a NEW window (ideally with no address bar but with a scrollbar) when a user clicks the guestbook button. Right now it opens in the same window and the user then clicks a button on that page to return to the site, but that is sloppy because the music starts all over again, etc.[URL]