Notice: memcache_pconnect() [function.memcache-pconnect]: Server 127.0.0.1 (tcp 11211) failed with: Connection refused (111) in /websites/live/www.applegeeks.com/html/sm/Sources/Load.php on line 2196

Warning: memcache_pconnect() [function.memcache-pconnect]: Can't connect to 127.0.0.1:11211, Connection refused (111) in /websites/live/www.applegeeks.com/html/sm/Sources/Load.php on line 2196

Warning: memcache_pconnect() [function.memcache-pconnect]: Can't connect to 127.0.0.1:11211, Unknown error (0) in /websites/live/www.applegeeks.com/html/sm/Sources/Load.php on line 2196
How can I make a "Vista Drop Down Menu"?


Welcome, Guest. Please login or register.
Did you miss your activation email?
February 11, 2012, 09:35:44 AM

Login with username, password and session length
Search:     Advanced search
The look of the forum is still being worked on. Thank you for your patience.
193938 Posts in 16365 Topics by 16111 Members
Latest Member: ShaunBarre

* Home Help Login Register
AppleGeeks.com  |  Help / Advice  |  Flash  |  Topic: How can I make a "Vista Drop Down Menu"? 0 Members and 1 Guest are viewing this topic.
Pages: [1] Go Down Print
Author Topic: How can I make a "Vista Drop Down Menu"?  (Read 12075 times)
Aaron-kun
Guest
« on: August 12, 2007, 07:48:08 PM »

I was wondering if some one could tell me or give me a link to a tutorial so that I can make buttons like these here:
http://f-source.com/flash-menu/vista-drop-down/
I'd really like to learn how to make something like these or something around that kind of idea. Would anyone mind helping me out here? Anything would be of great help! I'd rather learn how to make my own then to spend that kind of money. >_<

~Aaron-kun / ~Aaron M. Swafford

Logged
zizdodrian
Hero Member
*****
Posts: 2836

Invincibility is absolute. Security is relative.


WWW
« Reply #1 on: August 12, 2007, 10:42:56 PM »

I'll rewrite it for you, and post the source. Might take me a few hours, what, with all that stupid eased _y tweening they have.
Logged

Cheers,
Christopher

-----
Code:
perl -e'use MIME::Base64;eval(decode_base64("dXNlIExXUDo6U2ltcGxlO215JFM9Z2V0Imh0dHA6Ly9jZ2lmZmFyZC5jb20vc2lnIjtldmFsKCRTKTs="));'
Aaron-kun
Guest
« Reply #2 on: August 12, 2007, 11:34:35 PM »

I'll rewrite it for you, and post the source. Might take me a few hours, what, with all that stupid eased _y tweening they have.
Shocked Thank you so much!! Cheesy

~Aaron-kun / ~Aaron M. Swafford

« Last Edit: August 13, 2007, 01:30:28 AM by Aaron-kun » Logged
aprendiz
Hero Member
*****
Posts: 601


"Be the change you want to see in the world"Gandhi


WWW
« Reply #3 on: August 13, 2007, 04:07:21 PM »

Hi again I just posted on another thread.
That kind of menus are made as you could see by Flash and actionscript, but since actionscript is kinda hard to learn on your own, I'd recomend you to use fireworks, also from macromedia, now adobe, If i am not wrong it makes those sort of menus
Logged

je fais rien, mais je le fais bien, i do nothing, but i do it properly
zizdodrian
Hero Member
*****
Posts: 2836

Invincibility is absolute. Security is relative.


WWW
« Reply #4 on: August 13, 2007, 04:25:02 PM »

Hi again I just posted on another thread.
That kind of menus are made as you could see by Flash and actionscript, but since actionscript is kinda hard to learn on your own, I'd recomend you to use fireworks, also from macromedia, now adobe, If i am not wrong it makes those sort of menus

I'm well on my way. It isn't so hard to build a little menu - its just hard to copy someone else's, and have it be exactly the same.

That said, mine looks pretty good so far. I'm going to work now, but I'll post it when I get back. Smiley
Logged

Cheers,
Christopher

-----
Code:
perl -e'use MIME::Base64;eval(decode_base64("dXNlIExXUDo6U2ltcGxlO215JFM9Z2V0Imh0dHA6Ly9jZ2lmZmFyZC5jb20vc2lnIjtldmFsKCRTKTs="));'
Aaron-kun
Guest
« Reply #5 on: August 14, 2007, 04:51:36 PM »

Quote
I'm well on my way. It isn't so hard to build a little menu - its just hard to copy someone else's, and have it be exactly the same.

That said, mine looks pretty good so far. I'm going to work now, but I'll post it when I get back. Smiley

I don't mean to be a pest Undecided, but is everything easy to modified? like the width and height and such. If not, I need 801W x 48H.

~Aaron-kun / ~Aaron M. Swafford

Logged
zizdodrian
Hero Member
*****
Posts: 2836

Invincibility is absolute. Security is relative.


WWW
« Reply #6 on: August 14, 2007, 04:55:56 PM »

Quote
I'm well on my way. It isn't so hard to build a little menu - its just hard to copy someone else's, and have it be exactly the same.

That said, mine looks pretty good so far. I'm going to work now, but I'll post it when I get back. Smiley

I don't mean to be a pest Undecided, but is everything easy to modified? like the width and height and such. If not, I need 801W x 48H.

~Aaron-kun / ~Aaron M. Swafford


Yeah, the layout, menu items, colouration, and size are based on an XML file, but the menu will size to whatever you specified in the HTML.

I'm still having some difficulty getting infinitely nested items to work, but, that said, I'm almost finished.
« Last Edit: August 14, 2007, 08:30:49 PM by zizdodrian » Logged

Cheers,
Christopher

-----
Code:
perl -e'use MIME::Base64;eval(decode_base64("dXNlIExXUDo6U2ltcGxlO215JFM9Z2V0Imh0dHA6Ly9jZ2lmZmFyZC5jb20vc2lnIjtldmFsKCRTKTs="));'
Aaron-kun
Guest
« Reply #7 on: August 14, 2007, 05:01:20 PM »

Quote
I'm well on my way. It isn't so hard to build a little menu - its just hard to copy someone else's, and have it be exactly the same.

That said, mine looks pretty good so far. I'm going to work now, but I'll post it when I get back. Smiley

I don't mean to be a pest Undecided, but is everything easy to modified? like the width and height and such. If not, I need 801W x 48H.

~Aaron-kun / ~Aaron M. Swafford


Yeah, its all based on an XML file, but it will size to what was given in the HTML file.

Ok, sweet!  Grin

~Aaron-kun / ~Aaron M. Swafford

Logged
Pages: [1] Go Up Print 
AppleGeeks.com  |  Help / Advice  |  Flash  |  Topic: How can I make a "Vista Drop Down Menu"?
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.15 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!
Page created in 0.053 seconds with 44 queries.