ActionScript 2.0 :: Senocular's XML Drop Down Menu Into Classes?

Aug 6, 2005

I'm trying to create a large site where I'm using AS2.0 classes to manage everything. I've started working on porting the XML drop down menu by Senocular into a XMLMenu class with limited success. I have two issues/problems.I'd love to offer this AS2.0 class to anyone once I have it figured out. (One note, it's already slightly modified to be a horizontal menu with the submenus appearing below each menuitem).

#1: On top level items that are in the XML that don't have submenu's (they are just <item/>), I get a weird extra menuitem with "undefined" as the label, and the placement is off by one menuitem.

#2: I'm not getting the submenu's to appear at all. I thought it was an XML issue, but I'm pretty sure it's getting the XML right now...I wish I had more info to give here.

View 3 Replies


Similar Posts:


ActionScript 2.0 :: Senocular's Xml Driven Drop Down Menu Tute?

Oct 25, 2004

I'm slowly trying to get my pea sized brain wrapped around using xml in flash.my question is how do i convert what senocular has here:

Code:
Actions = Object();
Actions.gotoURL = function(urlVar){

[code].....

View 3 Replies

ActionScript 2.0 :: XML Based Menu By Senocular?

Jul 31, 2007

I followed the XML based menu by senocular a long time ago and modified it to display a title when the sub menu is chosen simply a movie with an image of a menu button in it: http:[url]....I need to modify this so that when the title is hovered over it displays the sub menu. Essentially imitating the behaviour when the first menu is hovered over.

View 1 Replies

ActionScript 2.0 :: Use Senocular's Zooming, Springy Menu?

Sep 25, 2006

[URL]..i've been trying to create something like this for ages but haven't been able to - quite new to actionscripting.anyway, i want to be able to display text in the boxes so that it relates to my website. at the moment, it'll only generate "item0, item1, item2, etc." but i want the text to display "home, gallery, etc."

here's a part of the script that i think needs to be edited to get it working but i don't seem to be able to do it.

[Code]...

there is 1 movieclip in the library called "item" and this is being re-used i think. but i don't know how to edit this source file to allow different text to be shown. also, if someone can let me know how i can add in the actual links that would be fantastic. ie: i want to go to home.html when home is clicked, go to gallery.html if gallery is pressed.

View 3 Replies

ActionScript 2.0 :: Adding Images To Senocular's XML Menu?

Jan 9, 2007

I'm working on a navigation bar based off of senocular's amazing XML drop-down menututorial. I've managed to make the menu horizontal, and changed the boxes from rectangles to squares. All of that works fine. Now I need to figure out how to add an image to the inside of each element, and I can't figure out how to do that. I've addedCode:curr_item.image = curr_node.attributes.image; to the AS, and added an 'image' movieclip inside my menuitem, but that doesn't appear to work. Here's my complete actionscript:

Code:
GenerateMenu = function(container, name, x, y, depth, node_xml) {
var curr_node;

[code].....

View 2 Replies

ActionScript 2.0 :: Changing Font Color For Senocular's XML Menu?

Apr 25, 2007

I am going through Senocular's beautiful tutorial on xml driver drill down menu and was trying to change the the font color with rollover effects. I have a function that I can use for this, but I am not able to call it appropriately from the main program.

[Code]...

View 3 Replies

ActionScript 2.0 :: Senocular Script - Make Different Content In Each Menu Item

Jun 29, 2005

I have attached a file with a senocular springy menu that i have been playing around with. One thing i would like to know how to do is - towards the bottom of the script on _root, a comment says: // for unique content in item clips, attach those / movie clips to the item clip here i have tried many ways to make different content in each menu item, but to no avail (my knowledge of actionscript is not that great). What i would most like to do is have different text on each item and a different onRelease action for each one.

View 6 Replies

ActionScript 2.0 :: Senocular's Free Transform Tool (or Even Senocular)

Mar 14, 2007

I've been using Senocular's free transform tool: [URL] in tandem with an image upload (using the fileReference class) so that users can upload an image and the transform it.

The free transform class has a function that allows you to restrict the scaling of the movieClip that you apply the free transform to, but it works on a 'scale' rather than specific height and width properties. My problem is, that I don't know what he dimensions of each uploaded image will be, so if it's restricted to a scale, some images will be allowed to be bigger than others....

View 4 Replies

ActionScript 2.0 :: XML Drop Down Menu - Get The Submenus To Push The Rest Of The Main Menu Down On Rollover?

Mar 10, 2006

I have created an XML driven Drop Down menu using the kirupa tut by Senocular found here. I am trying to figure out how to get the submenus to push the rest of the main menu down on rollover kind of like this. Not sure where to start to get the AS to get the button created fromt he XML nodes to move down.I haven't changed the code found int he tut too much and the menu works fine except that the rollovers just go over the main menu.

View 1 Replies

Navigation Button Drop Down Menu Won't Drop Down

Aug 13, 2009

Can somebody take a look at my .fla file and tell me why exactly my menu is not dropping down at all?If you download my file go to scene 3. that is where my Navigation Bar is.URL...

View 1 Replies

ActionScript 2.0 :: Senoc's Drop-down Menu - Only Disappear If Click On Another Menu Item Or When Click Outside The Menu

Jan 17, 2004

ive followed Senoculars drop-down menu tute [URL], awsome stuff, but it seems the submenu's dont disappear to well when you roll out. ..They only disappear if you click on another menu item or when you click outside the menu.

View 12 Replies

ActionScript 3.0 :: Drop Down Menu Tweening The Menu Gets Stuck, Or Starts Flickering?

Mar 17, 2010

Each time I make a drop down menu I face some problems, For example, when I use tweening to roll out a menu ( via ROLL_OVER/ ROLL_OUT), sometimes the menu gets stuck, or starts flickering after it is rolled out if I move the cursor away, and move back on it.
 
How could I solve this, should I use a timer to disable the button until the tween finishes (or this would be good for nothing)?

[code]...

View 5 Replies

ActionScript 2.0 :: Menu Versus Submenu Appearance : XML-Driven Drop-Down Menu?

Apr 16, 2004

I love Senocular's XML-Driven Drop-Down Tutorial. But I can't seem to get it to make the menu headers look different from the submenus.

View 5 Replies

ActionScript 2.0 :: Hierarchical Drop Down Menu - Make Every Sub Menu Item A Movie Clip And Insert Them Into Buttons?

Feb 12, 2004

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?

View 1 Replies

Actionscript :: 3 - Making The Drop Down Menu Close Whenever The Mouse Is Not Over The Menu

Nov 21, 2011

I'm creating an animated (in and out) drop down menu. I've managed to get the menu to open when the user mouses over, with the buttons all selectable. However I can't seem to find an efficient method of making the drop down menu close whenever the mouse is not over the menu. Actions:

[Code]...

View 2 Replies

ActionScript 2.0 :: Menu Vs. Submenu Appearance : XML-Driven Drop-Down Menu?

Apr 16, 2004

I love Senocular's XML-Driven Drop-Down Tutorial. But I can't seem to get it to make the menu headers look different from the submenus.

(and if anyone is interested, i've turned it into a horizonal menu... reply and i'll post the code. better yet, help me fix the GUI issue and i'll post it )

View 5 Replies

ActionScript 2.0 :: Drop Down Menu When Click On Another Menu Item?

Nov 13, 2002

I have an array for my menu and submenus.It works fine, but I have to click again on the menu to close it.When it's open it's completly open it takes too much space.how I could make a menu close when I click on another menu item..this is the code on the frame on my main timeline:

MenuArray=new array();
MenuArray[1]=menu1;
MenuArray[2]=menu2;[code].....

View 1 Replies

ActionScript 2.0 :: Add Drop Down Menu To Slider Menu

Oct 13, 2005

I need to add a drop down menu to the main menu button called "galleries".

The menu came from one of the awesome kirupa tutorials here, and below is a link to my existing menu w slider:

[URL]

When I try to add a popup menu to "galleries" to the over state in galleries, the popup menu dissappears when you rollover the first item.

Here is the .fla, click on gallery, and open up popup_but to see what I've done in the "over" state:

[URL]

This if my first flash site, and I long over schedule

View 10 Replies

ActionScript 3.0 :: Creating Drop Down Menu When AddEventListeners To Check The Clicks On The Invisible Buttons On Frame 19 Of The "menu" Movieclip

Nov 10, 2009

I'm creating a drop down menu and when I addEventListeners to check the clicks on the invisible buttons on frame 19 of the "menu" movieclip, it gives me an error. T really hate doing rollover with actionscripts. The download link for the fla can be found in below. Sorry for posting an external download link as the file is 7mb+! [URL]

View 2 Replies

Drag, Drop, HitTargetObject, Classes, MouseEvents, MovieClip Variables?

May 18, 2009

I've got 3 coloured balls and 3 zones which any of the balls can be dropped in. The idea is that once a ball is placed in a zone, it stays in that zone and no other ball can be added to that zone until the current ball is removed.
 
I've got to a point so that any ball can be placed in any zone. However, the problem is there seems to be some hierarchy with regards to the balls.  ball0_mc seems to be the chief ball, and will replace any of the other two balls if there placed in a zone, instead of snapping back to it's original position because the zone is full.  ball0_mc also can't be replaced by any of the other balls if its placed in a zone.  ball1_mc is the next one down the line and when in a zone, can be replaced by ball0_mc if its dragged over it, but it cannot be replaced by the third and final ball2_mc.  ball2_mc seems to be the runt of the pack and can be replaced by either of the two other balls when its in a zone and cannot replace any of the other balls when they're in a zone.
 
Hope you're still with me?!  So, what I'd like to do is make it so each ball is equal, so when any ball is placed in a zone, it can't be replaced with another ball until the current ball has been removed...and they live happily ever after in the land of ballshire.
 
Here's my code.  I've created two classes, one linked to the movie clip balls called 'Ball', and another called 'EgoGame' which is being used as the document class for the main .fla file.

[Code]...

View 3 Replies

MX Drop Down Menu Not Collapsing

Aug 26, 2010

I made a simply drop-down menu in MX with an invisible perimeter around the drop-down part that will collapse the menu when rolled over. Most of the time, this works. However, I've noticed that when running the mouse quickly over the button (side to side quickly, for example), the menu will occasionally open but not close, and I have to roll over it again (crossing the perimeter) to collapse it.

View 2 Replies

What Height To Set For Drop Down Menu

Aug 22, 2009

i had desined a drop down menu for a html page in flash. It reads the menu items from a XML file and extends itself.Now the things is what height and width should i set for it. If i set the height of the menu, in the html file the dropped menus are not displayed.

View 1 Replies

ActionScript 3.0 :: Drop Down Menu Fix?

Aug 26, 2009

any Action Script tutorials to activate the menu and sub menu found here:currently the drop down menu is part of the "over" frame of the button.this flash project will function only as a menu for an HTML site (probably using HTML frames). I am brand new to action script but have experience with basic key frame animation.

View 3 Replies

Flash Drop Down Menu?

Dec 16, 2009

I've been trying to to create a flash drop down menu for weeks now,i am trying to do a drop down menu that comes over the HTML items. i am using flash cs4 with Action script 3i would add the file but i cant.

View 1 Replies

Flash Drop Down Menu XML

Dec 14, 2007

I have a vertical dropdown menu created in Flash linking to an XML file. Each of my submenus needs to link to a document within my website. I am using a getURL command in flash to link to my page but when I put the page name into the xml file it isn't working correctly. eg, when I click on the sub menu button the URL address for the page should be [URL]. It is coming up as [URL]. If I correct the URL the page is there but how do I program flash to bring up the correct URL.

View 4 Replies

ActionScript 3.0 :: Drop Down Menu Bar

Apr 21, 2011

I have a made menu bar with effects and everything. The menu bar height is about 60px, and it must stay that way. But one of the menu options, needs a on ROLL_OVER effect that will open like five other options underneath the menu. My problem is that I am embeding this menubar into HTML, so I need it to stay 60px, and the vertical dropdown menu must appear over it, and have its own effect... Any Ideas? I am thinking that I need something that will either extend the width of my flash stage size, or maybe some code that will open a whole separate swf and i can position it properly.

View 1 Replies

Drop Down Menu And External Swf

Jul 25, 2011

i have contact form which is full working in xml files and i set it as external swf to my flash site

so all is working fine except the drop down menu which is not filling the box

View 5 Replies

ActionScript 3.0 :: XML Drop Down Menu?

Jan 6, 2008

information on building an XML driven drop down menu with AS3?

View 5 Replies

IDE :: Drop Down Menu Woes?

Oct 10, 2009

ve got a main menu on my website with buttons. one of the buttons plays a movieclip instance where a dropdown menu appears with more buttons. The dropdown stops on a frame containing a new movieclip with this bit of script on it:

Code:
onClipEvent (enterFrame)
{

[code].....

View 1 Replies

IDE :: Drop Down Menu Not Working?

Feb 19, 2010

I use a flash header on my website with a slideshow and i want to create a drop down menu. I have created a movie clip for this menu and can get it to drop down but when i attempt to add buttons for links to other pages within the website on the menu i get errors and the menu blinks.

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved