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




A Menu Simple But Still Not



Hi everyone!I have been looking around but never found any answers to my question. I have this horizontal menubar with four buttons, when you click on one button it's color will smoothly fade to another and the previously clicked button will fade to it's original color which in this case would be white.I don't know if you get what I mean but check this out...http://www.impatrik.com/333.htmlThat's the menu and so far it works but the buttons don't fade as I want and I don't know how to make them fade and still work properly. Keep in mind that I'm not good at Actionscrip's so you'll have to explain alittle deeper ;/



KirupaForum > Flash > Flash 8 (and earlier)
Posted on: 06-16-2006, 01:29 PM


View Complete Forum Thread with Replies

See Related Forum Messages: Follow the Links Below to View Complete Thread

Simple Menu
Any tutorials hanging around that will enable me to build a simple flash menu as seen on this site http://www.pipey.com/tutorials/default.asp



Thanks

Simple Menu
How can I create a simple navigational menu like this (the menu on the right)?

http://www.macromedia.com/software/dreamweaver/

I have searched the tutorials and I see all of this fancy stuff...for what I am doing, I would like something simple.

Please help!

Brianna

Looking For A Simple Example Of A Menu
that when u go over a line a drop down menu open's
with option's, bu that made code mostly and only movieClip's!
please send me alink or an example
thanks in advance
Pelegk@compedia-usa.com

Simple Menu
>Here's a wannabe question:
> I have a simple
> Flash menu. What I want to do is open another .swf
> file in either the users own Flash player or an
> .html file sized down. What would be the
> ActionScript that I would need for this button? If I
> use getURL I don't want to open a 1000px web page if
> the movie is only 300x400px. I have the JavaScript
> for this if I want to use straight HTML but I can't
> find any explanation for Flash.
www.viewofthings.com

Simple XML Menu - Help
Hello,

I am trying to build a simple menu using buttons generated by XML.
Basically I'd like a an XML file to generate a list of say 5 buttons. When one of these buttons is clicked on (e.g. portfolio) another column of buttons appears on the right (e.g project titles).
I would like there to be flexibilty to continue adding sub levels of options.
I'd also like to be able to control where the new buttons appear (using X and Y co-ordinates).

I'm not looking for any fnacy animations or rollovers (yet!) just something as basic as above.

Any help would be really appreciated,

Thanks for your time,

Tim

Simple Menu Help...
Trying to make a simple menu and it seems kinda buggy.
Clicking on a tab, it should go to that tab only...it does, but when u click it again it goes to a different tab...why?

File attached.

Can Someone Look At This Simple Menu And Help?
Please look at the attached file.

Basically I have 3 expandable buttons place beneath each other that expand when individually clicked. I want the "other" buttons to move/tween as the user clicks each button.

Could someone help me with the actionscript code to accomplish this. Ive tried many things but nothing worked. I could get them to move but I want them to tween when they move rather than just jump to a new y position.

The swf file attached will show u what I mean better.

thanks all

Simple 3d Menu Help
Hello,

I've attached a jpg of a menu I'm trying to create possibly using papervision3D or similar. Basically, I want to take a menu I've created (functionality and AS is already built) and just skew everything on a 3D plane / perspective. All of the papervision examples and tutorials I come across seem to be very advanced or not anything similar to this. Is this possible to just skew my already working menu movieclip with an external 3D set of classes? Has anyone seen anything similar that would be helpful? I'm trying to stick with flash player 9 and below...

Thanks in advanced...

Help With Simple Xml Menu
Hello guys,

I’m new to xml in flash so bare with me here. I’m using the XML Menu that came bundle with Flash 8. I want the menu to go to frames in my movie not web links. I tried changing out the code getURL(this.data.href, "_blank"); with gotoAndPlay( ); from the XmlMenu.as file but it did not like that at all. I’m guessing its something really easy that I’m missing.

Any help would be great thanks guys.

Simple Menu...
Hi there,

I´m trying to do a menu like this example: http://surface2airparis.com/pg/ and I theoreticaly understand how to do it. But I have no idea how to write the code. What I can understand is to make a couple of MC and buttons that will control the MCs. But when it comes to geting the movieclips to relate to eachother using variables I´m lost. Can someone explain how I should think and perhaps give a tip on how you do this most efficiant. Thanx!

Regards

J

[fmx] - Simple Menu
Hi all,

First of all.... the best wishes in the new year

Second, i am looking for a very very simple menu that already has
the codes and scripts and the only thing i have to do is customize the graphics and such.

The menu should work the same like this one...
http://www.orlengaz.pl/main.swf

I know it's pretty easy to do this, but i want the whole movie to run smooth without heavy cpu strains.

Maybe someone knows a pre-build .fla for this ??

Big thanks in advance

Simple Menu?
I am making a simple menu that when you push the down arrow, the menu moves up. I was wondering what code do I need, to have the menu smoothly move up just a little each time? Then of course, I need to do the same thing for the up arrow(just reverse it).
Please help, I'm still learning and have been out of the loop for a bit.
Thanks!
Nebraska girl

Simple Menu?
Hi there,

I have an mc(menu) where I placed a button in. When I do a rollover on the button the mc goes to frame2. There I placed 3 new buttons. When I do a rollout I won't the menu to go to frame1 again(no prob so far).Now here is the problem when I get to frame2 the actions on the buttons won't work.

must be some conflict with the mc and the buttons inside. Anyone can help out? Big thx in advance.

here's my code.

from the root:
menu.onRollOver=function(){
this.gotoAndPlay(2);
}

menu.onRollOut=function(){
this.gotoAndPlay(1);
}


in the mc menu:

button1.onRelease=function(){
_root.mcforexample.gotoAndPlay(2);
}

Simple Xml Menu
hi all,
i'm new to xml and am trying to build a simple xml menu for my site.

here is what i want it to look like.

the problem is, how can i get it too look like that from an xml file like this?


Code:
<?xml version="1.0"?>
<menu name="full">
<title name="HOME" />
<section name="INTRODUCTION">
<item name="INTRO 1" />
<item name="INTRO 2" />
<item name="INTRO 3" />
</section>
<section name="ABOUT">
<item name="ABOUT 1" />
<item name="ABOUT 2" />
<item name="ABOUT 3" />
</section>
<section name="WORK">
<item name="WORK 1" />
<item name="WORK 2" />
<item name="WORK 3" />
</section>
<section name="CONTACT">
<item name="CONTACT 1" />
<item name="CONTACT 2" />
<item name="CONTACT 3" />
</section>
</menu>
How can I get "item"s to display right after each "section"?


i.e., how can I trace all of the names of the entire XML?

And also, how can I set the X coordinates of the links according to what I have in the image (items would be more to the right, and section titles would be a little bit less to the right)?

Thanks again.

Can Someone Look At This Simple Menu And Help?
Please look at the attached file.

Basically I have 3 expandable buttons place beneath each other that expand when individually clicked. I want the "other" buttons to move/tween as the user clicks each button.

Could someone help me with the actionscript code to accomplish this. Ive tried many things but nothing worked. I could get them to move but I want them to tween when they move rather than just jump to a new y position.

The swf file attached will show u what I mean better.

thanks all

Simple 3d Menu Help
Hello,

I've attached a jpg of a menu I'm trying to create possibly using papervision3D or similar. Basically, I want to take a menu I've created (functionality and AS is already built) and just skew everything on a 3D plane / perspective. All of the papervision examples and tutorials I come across seem to be very advanced or not anything similar to this. Is this possible to just skew my already working menu movieclip with an external 3D set of classes? Has anyone seen anything similar that would be helpful? I'm trying to stick with flash player 9 and below...

Thanks in advance...

[fmx] - Simple Menu
Hi all,

First of all.... the best wishes in the new year

Second, i am looking for a very very simple menu that already has
the codes and scripts and the only thing i have to do is customize the graphics and such.

The menu should work the same like this one...
http://www.orlengaz.pl/main.swf

I know it's pretty easy to do this, but i want the whole movie to run smooth without heavy cpu strains.

Maybe someone knows a pre-build .fla for this ??

Big thanks in advance

Simple Menu
I just want to make a simple menu like the one on driftlab. Just the navigation section, does anyone know how to do this or have a source file? Id really appreciate it, cheers



http://www.driftlab.com/

New Simple Nav Menu
Working on a redesign for my site. Wanted some Flash pro's opinions of it any to see if you all have any suggestions for me or any comments.

http://www.10kai.com/New.html

Thanks!

Simple XML Based Menu, But HOW?
I need to create a horizontal text menu from an XML file. The items in the menu will simply be text links like so:

ITEM 1 | ITEM 2 | ITEM 3

The XML will be:

<menu>
<item name="home" menuid="1" target="_blank" />
<item name="about us" menuid="2" target="_self" />
</menu>

.........

And I simply need to parse the XML and create a horizontal menu out of that. Each menu item needs to be clickable so that I can pass some info onRelease or onClick.

Simple Drop-Down Menu?
Hi,

I am looking for an example of a simple drop-down menu in Flash. Something like a javascript menu that when you mouse-over a word a sub menu drops down. I have found a few examples here but they are all pretty complex and include a bunch of other effects. I just want the basics. If anyone has a link to a good tutorial on this or (preferably) some sample code that would be awesome...

TIA,

PM

Simple Xml Based Menu
I need to create a dynamic xml based menu in flash mx. I said dynamic cause i want the client can add or remove items of the menu, editing the xml file.The menu items are placed vertically, so if i have 2 items i will see 2 buttons and so on...Any1 knows a tutorial or a fla download so i can teach myself how to do it??? Thx a lot..
richard

Simple Tree Menu
How do I make a simple bouncy vertical tree menu, like the one at http://www.mango.es/e/ ??

Simple Navigation Menu
Hello
I want to create a movie that has 5 options in a navigation menu:

Pictures
Video
Sounds

When you click on them a picture/video/sound list comes up...


Can anyone help?

Simple Menu From Txt File?
how would I go about making a simple menu system (flash) where I have a single button which duplicates according to a set number of items specified in an external text file?

I have tried looking all around fk and google but nothing quite seems to be what I'm after!

Basically the menu will tile horizontally and the button will duplicate according to a specified number of menu items (ideally set via txt file) and menu labels and urls would be spawned from the txt file.

Any ideas/tutorials/flas appreciated!

A Simple Navigation Menu
you know like the one here on Flashkit. Like this...

"Flash Kit Community Forums > Flash Help > Flash Actionscript"

I can step back ... it's nice and simple but I have no idea where to start.

The catch is... I want to use an external text file to create the menu items AND I want to navigate back and forward... something like this...

"Category1>>Category2>>..."

I wanted the menu to progress like so...

"Main Menu>>Catergory2>>SubCat1>>SubCat2..."

I know this might sound simple but I can seem to find a precedence. Can anyone give good me source for a starting point? Honestly anything would be helpful.

Thanks

Simple Menu Problems ^.^;;;
Ok, I have a really simple menu here.
I have a main flash file that is the menu holder, and then I have two swf files, one called menui.swf (Menu Item) and smenu.swf (Sub Menu).
What the menu is suppost to do is read a text file and based on what's in the text file, either create a menu item by loading the menui.swf or create a submenu with menu items inside the submenu. So basically, it's loading a movie into a movie. No, on the main flash file that holds the menu, I'v finally got it to load the menu items and sub menus, BUT, it will not load the menu items into the submenu. I have attached my code of the main flash file. I'v put the code down below.
If there is an easier way to do this, please show me, I'd really appreciate it. ^.^

Thanks

menui_sep = 3.6;
menui_text_height = 12.4
//menui_menu_height = 0; //Acquire SubMenu Height
smenu_total_count = 0; //Acquire ALL SubMenus
smenui_total_count = 0; //Acquire ALL SubMenu Items
mmenui_x_start = 6;
mmenui_y_start = 4;
smenui_x_start = 4;
smenui_y_start = 20;

loadVariables("menu.txt", "");

menui = menu.split(";");
for (x1 = 0; x1 < (menui.length - 1); x1++) {
_root.createEmptyMovieClip(("menui" + x1), x1);

menu_is = menui[x1].split("|");
if (menu_is.length > 1){
//Load Menu
eval("menui" + x1).loadMovie("smenu.swf");

smenui = menu_is[1].split("?");
for (x2 = 0; x2 < (smenui.length - 1); x2++) {
_root.eval("menui" + x1).createEmptyMovieClip(("smenui" + x2), x2);
eval("menui" + x1).eval("smenui" + x2).loadMovie("menui.swf");
eval("menui" + x1).eval("smenui" + x2)._x = smenui_x_start //Submenu_Item X-set
eval("menui" + x1).eval("smenui" + x2)._y = smenui_y_start + ((menui_text_height + menui_sep) * x2); //Submenu_Item Y-set
}
eval("menui" + x1)._x = mmenui_x_start;
eval("menui" + x1)._y = mmenui_y_start + ((menui_text_height + menui_sep) * x1) + ((smenu_total_count * smenui_y_start) + (smenui_total_count * (menui_text_height + menui_sep)));
smenui_total_count += (smenui.length - 1);
smenu_total_count++;

}else{
//Load Text
eval("menui" + x1).loadMovie("menui.swf");
eval("menui" + x1)._x = mmenui_x_start;
eval("menui" + x1)._y = mmenui_y_start + ((menui_text_height + menui_sep) * x1);
}
}

Simple Menu / Button
I just want to build a really simple site with buttons that will take me from point A in the movie to point B... however I haven't come across anything good in the tutorial section (it's too overwhelming!). Is there a way to use Marker for a certain frame in the timeline and use Goto ActionScript similar to Director? Or anybody knows of any good and clear tutorial? Thanks!

Problem In Simple Menu
Guys i am creating a menu and succeed in open a menu on rollover but rollout on submenu is not working. Please find attached the Flashfx fla file.

Simple Actionscript Menu
I was just wondering if anyone has some base script i could use to create a very simple menu like this bloke has done at Kerry Edward its very simple slide on animation and i know i could easily do it manually but id like to be able to script it and then myabe figure out how to add links to the menu dynamically for easy updates. I wish i could see the script for this blokes menu just so i could pick it apart and figure out how it works.

Thanks a million for any help you may give,

Akim

Simple Menu - Too Hard For Me
Hi guys,

I'm trying to create a web page navigation menu similar in principle to :

http://www.springdigital.co.uk/


How can i make the little rectangle to the left move according to the selection?

Any help would be very much appreciated as my AS is very limited!!

Thanks.

UJ

How To Make This Simple Menu?
I am pretty new to flash, and I am going to make a homepage where I am going to use the following flash menu, as main menu om my homepage. I have tried a lot, but I cant figure it out, I have a lot of difficulties by combining the botton feture with the movie feture.. can somebody please help me?
the link to the flash menu is here: http://en.help-eu.com/pages/index-2.html
the thing is, that I am going to buld the same kind of idea, but insted of you have to have a mouse over a the text in the bottom, you have to click at the person which then gets larger. I am in a very big trouble about this one. It would be a great help if somebody could figure this out. and to say agian, I am very new to this.

Nikolaj

Simple Hittest Menu In AS3
Hello I'm having trouble finding a good example of how to set up a simple hittest menu in AS3.

Basically its really simple, I have a square mc in which I have nested 6 text menu items vertically spaced and a highlight mc.
I dont want to use buttons.
In older versions I could do this 1 of two ways. Create 6 invisible mcs that have a hittest argument which tells my highlight to move into position accordingly. Or I could use a mouse location method and set up a series of if statements which tells my highlight to move into position.

Any advice and code to get me started much appreciated. This is something I will use over and over again.

A more general, identical, example of this is seen in any software (Flash CS3, IE, Windows) drop down menu, without the drop down part... that including the addition of adjusting the brightness of the text when highlighted.

Trying To Make A Simple Menu Like This
Well the example is from this site: http://glaceau.com/ (the menu at the top).

The thing I don't get how to do is that when you roll over a button, the menu background becomes active (the menu drops down..) but when you move the mouse in between different buttons, the menu is still active but the pointer changes back to a pointer from a hand.

So basically, how do you make the menu active if the mouse isn't on the button (but in between buttons) and then the menu goes back to normal when you move the mouse far away from the buttons.

Thanks for any help.

Need Simple Text Menu
Hi, Have a movie that I want to jump to named frames when text based menu is clicked. Menu is long so it needs to be in a text box and scroll. I am script retarded so I need examples or point to tutorial.

Like:

Page1 - goes to P1
Page2 - goes to P2
etc.
About 200

Thanks
Chris

Simple Rotation Menu
Hi all,

Trying to develope a simple nav (see pic - http://www.moseleywebb.co.uk/studio/...ate-script.jpg ).

3 buttons on the home page, when button 1 is pressed it rotates to image 3 from the centre point.

Each rotation is 30 degrees apart.

Any ideas welcome O

Simple Hittest Menu In AS3
Hello I'm having trouble finding a good example of how to set up a simple hittest menu in AS3.

Basically its really simple, I have a square mc in which I have nested 6 text menu items vertically spaced and a highlight mc.
I dont want to use buttons.
In older versions I could do this 1 of two ways. Create 6 invisible mcs that have a hittest argument which tells my highlight to move into position accordingly. Or I could use a mouse location method and set up a series of if statements which tells my highlight to move into position.

Any advice and code to get me started much appreciated. This is something I will use over and over again.

Simple Menu Problems
Hi All,

Ok, I am running into a problem:

I am trying to add event handlers (roll_over and roll_outs) to a few buttons. I am trying to have it where the events cue portion of a Movieclip, simple enough. For some reason I keep running into a problem. I try to compile errors or use script assist, it gives me no errors, but when I test move the animation does not stop. I saw a few forum posts about AS3 not allowing or not recommending adding AS to specific moveclips, I don't know if that's true. Could this be what's causing the problem, or am I just coding wrong? I have attached the AS and the FLA file.


ActionScript Code:
stop();
import flash.events.MouseEvent;

menu_button.addEventListener(MouseEvent.ROLL_OVER, myOverFunction);
menu_button.addEventListener(MouseEvent.ROLL_OUT, myOutFunction);

function myOverFunction(event:MouseEvent):void
{     if(event.target.name = "home_btn") {
menuexpand_mc.gotoAndStop("home_in");
} else if(event.target.name = "about_btn") {         
menuexpand_mc.gotoAndStop("about_in");
} else if(event.target.name = "work_btn") {         
menuexpand_mc.gotoAndStop("work_in");
} else if(event.target.name = "blog_btn") {         
menuexpand_mc.gotoAndStop("blog_in");
} )

function myOutFunction(event:MouseEvent):void
{     if(event.target.name = "home_btn") {
menuexpand_mc.gotoAndStop("home_out");
} else if(event.target.name = "about_out") {         
menuexpand_mc.gotoAndStop("about_in");
} else if(event.target.name = "work_out") {         
menuexpand_mc.gotoAndStop("work_out");
} else if(event.target.name = "blog_out") {         
menuexpand_mc.gotoAndStop("blog_out");
}
}

I'm not really sure what I'm doing wrong. Any help would be great! Thanks.

-MP

Help With Simple Xml Menu System
okay, i'm trying to get a handle on how to use xml to build flash menus. what i have here is code from a tute (i admit it!) which I pretty much understand after hours of playing with it. I've got it working in that it populates my menu, gets the names of the individual buttons, traces the variables which are the .swf names i want to load on a mouse event, etc.

the wierd thing is that my function which i call on the mouse event (movieclip.press) seems to be going automatically. you'll see what i mean when you look at my output window...

anyway, if somebody can spend a few minutes and show me where i'm screwing up that'd be great!

heres the AS:

Code:
function NaviGate()
{
_root.main.loadMovie(selected);
trace("what up foo?");

}




// define basic variables for setting up the menu
var item_spacing = 110; // how far menu items are spaced veritcally
var item_count = 0; // counts menu items as they are added from the XML

// CreateMenu creates a menu based on the XML object passed.
// It loops through all the items with a for loop adding clips to the menu_mc
// movieclip on the timeline, defining the appropriate text where needed
function CreateMenu(menu_xml){
// start with the first item in the XML
var items = menu_xml.firstChild.firstChild.childNodes; // menu -> menuitems -> child nodes array
for (var i=0; i<items.length; i++) {
// only continue if the type of this item is a squirrel
if (items[i].attributes.type == "member") {
// create variables for our elements
var menuname = items[i].firstChild; // same as items[i].childNodes[0]
var location = items[i].childNodes[1]; // second child node

// Create a menu item movie clip in the menu_mc instance on the main timeline
// for each item element offsetting each additional further down the screen
var item_mc = this.buttonattach_mc.attachMovie("menu_item","item"+item_count, item_count);
item_mc._x = item_count * item_spacing;
item_count++;

//assign menu names and create a variable for the names of movie we want to load
item_mc.namez.text = menuname.firstChild.nodeValue;
selected = location.firstChild.nodeValue;
// set the onRelease of the item button to the NaviGate function
item_mc.button.onPress = NaviGate();
trace(selected);


}
}
}
// manage XML
// create new XML object instance, remembering to ignore white space
var my_xml = new XML();
my_xml.ignoreWhite = true;
// define an onLoad to create our location menu when the XML has successfully loaded.
my_xml.onLoad = function(success){
if (success) CreateMenu(this);
else trace("Error loading XML file"); // no success? trace error (wont be seen on web)
}
// load the xml file!
my_xml.load("menu.xml");
and here's what i get in my output window:

Code:
what up foo?

about.swf

what up foo?

ministry.swf

what up foo?

support.swf

what up foo?

specialevents.swf

Error opening URL "file:///HARD%20DRIVE/Customers/G2G%20Ministries/aa%20%2Dnew%20website/
about.swf
"
Error opening URL "file:///HARD%20DRIVE/Customers/G2G%20Ministries/aa%20%2Dnew%20website/
ministry.swf
"
Error opening URL "file:///HARD%20DRIVE/Customers/G2G%20Ministries/aa%20%2Dnew%20website/
support.swf
"
Error opening URL "file:///HARD%20DRIVE/Customers/G2G%20Ministries/aa%20%2Dnew%20website/
specialevents.swf
"

Help With Really Simple Array/menu
OK. This is probably excruciatingly simple to most of you, but it's driving me a bit mad. I have movieclip names, and the links they should link to.

In my "for" statement, it should run through each movieclip and associate each with its link.

The problem is that onRelease, the getURL always goes to the last URL (oLinks.link4 = "free.html").

I understand that this is because that's the last value the thisLink variable is given, but I really don't know how to fix it. Any ideas?

Cheers


Code:
var oLinks:Object = new Object();
oLinks.mc0 = mcAbout;
oLinks.mc1 = mcCoaching;
oLinks.mc2 = mcTraining;
oLinks.mc3 = mcContact;
oLinks.mc4 = mcFree;
oLinks.link0 = "about.html";
oLinks.link1 = "coaching.html";
oLinks.link2 = "training.html";
oLinks.link3 = "contact.html";
oLinks.link4 = "free.html";
//
var numberOfLinks:Number = 5;
//
for (var i = 0; i<numberOfLinks; i++) {
thisMC = oLinks["mc"+i];
thisLink = oLinks["link"+i];
//trace("thisMC is"+thisMC+" and thisLink is: "+thisLink);
thisMC.onRelease = function() {
//trace("onRelease called");
getURL(thisLink);
};
}

PLEASE HELP - Problems With A Simple Menu
Hey gang,

I'm been reviewing things over and over and I still can't get this menu to work. Please take a look at the attached fla (be nice).

It is my first menu attempt and I really need help figuring out what I need to do to fix it.

The menu has ten, count'em, ten buttons that all have working rollovers. The problem is that none of the goAndplay sections are working.

I can't stress just how much I need your input.

Simple Help For Scroll Menu
I am building a flash page that has buttons and a thumbnail. There are more of these buttons than will fit going down the left side of the screen. I want to create a scrollable menu so when dragged it will reveal the other buttons on the screen. I understand I will need to use a mask and I'm OK with that part. What I can't figure out is how to have the scrollalbe handle control the MC with the buttons. I'm sure I have to use AS and assign some Y values but I'm lost in being able to go any further. If you want to see what it is so far go to http://www.mikeyhaynes.com/gj/VRL_Interface_04.html

Thanks for any help anyone can offer.

Problem With Simple Menu Bar
Hi I'm making a simple menu bar but i have a little problem here. When i click the Productions button for the third time, it starts atthe top, in stead of the bottom. Can anyone figure out what's wrong?
Thanks in Advace,
Jordy










Attach Code

import mx.transitions.Tween;
import mx.transitions.easing.*;

var startY:Number = Home_btn._y;
var startYsub:Number = ProductenSub_mc._y;

ProductenSub_mc.System75_btn.enable = false;

Producten_btn.onPress = function () {

new Tween(Producten_btn,"_y",Regular.easeOut,startY,startY-30,30,false);
new Tween(Home_btn,"_y",Regular.easeOut,startY,startY-30,50,false);
new Tween(OverOns_btn,"_y",Regular.easeOut,startY,startY-30,50,false);
new Tween(Downloads_btn,"_y",Regular.easeOut,startY,startY-30,60,false);
new Tween(Contact_btn,"_y",Regular.easeOut,startY,startY-30,70,false);
new Tween(ProductenSub_mc,"_y",Regular.easeOut,startYsub,startYsub-37,70,false);
ProductenSub_mc.System75_btn.enable = true;

if (startY >= startY -30) {
Producten_btn.onPress = function () {
new Tween(ProductenSub_mc,"_y",Regular.easeOut,startYsub-37,startYsub,70,false);
new Tween(Producten_btn,"_y",Regular.easeOut,startY-30,startY,70,false);
new Tween(Home_btn,"_y",Regular.easeOut,startY-30,startY,60,false);
new Tween(OverOns_btn,"_y",Regular.easeOut,startY-30,startY,50,false);
new Tween(Downloads_btn,"_y",Regular.easeOut,startY-30,startY,30,false);
new Tween(Contact_btn,"_y",Regular.easeOut,startY-30,startY,30,false);
ProductenSub_mc.System75_btn.enable = false;
}
}
}

























Edited: 11/24/2007 at 07:32:30 AM by jvankuijk

Simple Menu Get Url Not Working
hi,

i am very new to flash and have tried to learn it on my own but currently go stuck and would like some help trying to find where i have gone wrong.

i have setup a menu on the left hand side like this:

home
support
services
information

now if you click on home or support it will direct you to the correct html page using the getURL command which i dont have a problem with but i have setup another button on frame 5 which opens up after highlighting SERVICES so you get:

desktop
notebooks

but when click on them it wont take you to any html page corresponding with the button i.e desktop points to desktop.html

should i be adding script to the button or to the frame?

if this doesnt make any sense then i can send you the file to look at.

Simple Sliding Menu
first off ... i am not a novice user, but this is just killing me.

i can't seem to add static text to any of the areas in this sliding menu:
http://www.kirupa.com/developer/flash5/slidingmenu.htm

the only way it seems to work is if i break it apart??? which is the way it has been done with the tute.

if anybody has an idea ... well you win the million dollar question.

thanks!

Horizontal Menu, Simple Bug
i have az AS problem, and i can't make the next step becouse I don't now where's the problem.
When I roll over on a menu item, I want the previous menu's submenu to close
and I think the problem is somewhere here..
_root[_root.cursel].gotoAndPlay("back");

if somebody can help me.....it would be
the link for FLA(zip) and the SWF

http://woney.net/domi/a.zip

http://woney.net/domi/a.swf

Help With Simple Actionscript In A Menu
Hello there u guys.I am very new to actionscript and i have created a menu and i need some help on it. I have four buttons and i have added some actionscript at each one.On rollover they change into another color and when i click on one of them stay active in the state that i made it to be.

The problem is that i dont know how to when i press another button the previous one to return on its first state before i press on it.Can somenone help me on this please????

Simple Sliding Menu
first off ... i am not a novice user, but this is just killing me.

i can't seem to add static text to any of the areas in this sliding menu:
http://www.kirupa.com/developer/flash5/slidingmenu.htm

the only way it seems to work is if i break it apart??? which is the way it has been done with the tute.

if anybody has an idea ... well you win the million dollar question.

thanks!

Simple Pop Under Menu - Macromedia.com
I have been trying for 3 weeks to hash out a drop under menu similar to the one found at the top of http://www.macromedia.com.

I have experimented with button states, rollover triggers to reset the movie, etc... and i am about to give up. Can anyone suggest a simple theory that would get me past this bump?

Copyright © 2005-08 www.BigResource.com, All rights reserved