Welcome, Guest. Please login or register.
Did you miss your activation email?
02/08/12, 09:02
Home Help Search Login Register
News: Parsley Flex framework review featuring quiz application, in our Flex frameworks series
Flex SDK 4.5 mobile roadmap: begin with your mobile development
Swiz Flex framework review featuring quiz application
New homepage we release our new Homepage, take a look ...

+  Flash-db
|-+  General
| |-+  General Conversation (Moderators: Flash-db, vesa kortelainen, Ronald Wernecke, Mohsin Sumar, Jorge Solis, Mattias Robo)
| | |-+  drop down menu ::.....:::::::::....
0 Members and 1 Guest are viewing this topic. « previous next »
Pages: [1] Print
Author Topic: drop down menu ::.....:::::::::....  (Read 2796 times)
sara
Server what's that
*
Posts: 3



View Profile Email
« on: 02/01/02, 20:17 »

Thanks for visiting me, here I have a symbol which contains
a button that is used as a dropdown menu, this
drop down menu it self contains several other buttons,
and finally one of the buttons need to be directed
to three other buttons, and here is where the problem
occurs. As you can see once we roll on the extensions of services
they start to blink.
Do any of you guys know what is going on? Are we
limited to place symbols inside another symbols?

Your sense of support is highly appreciated.

Thank you all
Sara      www.perspectivecanada.net\menu
Undecided Undecided
Logged
Romwin
Server what's that
*
Posts: 35


Flash?... Whats Flash?


View Profile WWW Email
« Reply #1 on: 02/02/02, 07:12 »

Sara, ur not limited to putting "symbols" inside other "symbols".  The only thing you CAN"T do is put the same symbol into itself.  But what you CAN do is make a duplicate of the Movie Clip or graphic and place that into the first one.

Quote
As you can see once we roll on the extensions of services
they start to blink.

I dont see anything, and Im not exactly sure what you are saying the problem is... could you be a bit more specific?
Logged

Romwin out...
sara
Server what's that
*
Posts: 3



View Profile Email
« Reply #2 on: 02/02/02, 12:24 »

hey Romvin,

did u check the example on the net? it is on http://www.perspectivecanada.net\menu  you will notice the error easily.

thanx
sara
« Last Edit: 02/02/02, 12:27 by sara » Logged
Flash-db
Administrator
Systems Administrator
*****
Posts: 1867



View Profile WWW
« Reply #3 on: 02/02/02, 17:57 »

Hey Sara,

I think I can see what your problem is.  I'm not 100% on this but hopefully this will help you make a better menu.

Ok - Make your original Drop Down Menu a Movie Clip.  Have 2 different Frames in that Movie Clip.  The first Frame is Blank - The secon frame contains your menu items.

When you rollover or press the arrow - use a command like this:
_root.YourMenu.gotoAndStop(2);

When the Menu is down change that arrow to have a command like this:
_root.YourMenu.gotoAndStop(1);

For the Sub Menu's use a similiar technique.

Inside your main menu create a SubMenu Item:
Then give that submenu two frames as well - 1st one is contains nothing - second frame contains the menu items.  

When you rollOver the Menu Item - and want the Sub-menu item to appear use something like this:
on (rollOver) {
SubMenu1.gotoAndStop(2);
}
on (release) {
SubMenu1.gotoAndStop(1);
}

Does that make sense That will eliminate the Blinking if you use that method.

I can't really see the current code your using Now - so it would be hard to see the exact problem that is causing the Blinking - It could be a loop thing though.  Anyways the method i explained will eliminate that problem but may be difficult to use at first.
Logged

-Jeff.
sara
Server what's that
*
Posts: 3



View Profile Email
« Reply #4 on: 02/03/02, 00:49 »

Jeff,

the word "looping"that u mentioned solved my problem, u r right it was a loop that cause the buttone to blink.

thanks alot
sara Kiss

Logged
Pages: [1] Print 
« previous next »
Jump to:  


Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!
anything