A Flash Developer Resource Site

Results 1 to 12 of 12

Thread: Mac OSX menu simulated!

  1. #1
    Junior Member
    Join Date
    Mar 2004
    Location
    Los Angeles
    Posts
    22

    Mac OSX menu simulated!

    Hey friends,

    I'm currently working on a navigation system similar to the Mac OSX menu (where icons expand?). I've seen it done on the web in flash, but was never too impressed with the effect, so I programmed my own which I thought is the best I've seen. Please check it out in the beta version at

    http://www.curtisyee.com/chineseposters
    www.curtisyee.com/chineseposters

    The rest of the page is being built, but I want feedback from others to see how my magnifying thumbnails for your approval. Is it intuitive? Is it smooth? Does it remind you of the good times you've spent with your Mac OSX?



    sincerely,

    curtis

  2. #2
    Registered User
    Join Date
    Jul 2004
    Location
    Boulder, Colorado
    Posts
    50
    dude, that's awesome. so smooth . . . it's almost sexy.

    1) Is it intuitive? - yes
    2) Is it smooth? - yes
    3) Does it remind you of the good times you've spent with your Mac OSX?

    Well, the magazine that I work for is cheap as s*** and won't put out the cash to upgrade the comps, but if I had OSX I'm sure it would.

    My only suggestion is to lower the nav bar so when the pics expand they don't cover up the big photo. But man . . . that's good work.

  3. #3
    Senior Member
    Join Date
    Dec 2003
    Location
    Canada
    Posts
    202
    it's just like the real deal, can you change the position of the nav bar?

    ex. left side screen right side screen top...

    9/10

    ak
    Yeah Yeah, It was someone
    else... I swear I didn't do it, and that goes for me too!

  4. #4
    Junior Member
    Join Date
    Mar 2004
    Location
    Los Angeles
    Posts
    22
    Hey skitzofrantic,

    Thanks for the kind review. Yeah, the scroll bar is totally modular and dynamic. Right now it's, XML driven and you can change the positon (you can actually drag around like a movieclip). It's always centered, but you can specify the dimensions and boundaries. To change it's orientation will require a tiny bit of code-changing, but it's really just a bit. But yeah, I'm pretty proud that it's so dynamic. Thanks again.

    curtis

  5. #5
    FK's Wave Pimp kamyab's Avatar
    Join Date
    Jan 2002
    Location
    Orange County, CA
    Posts
    1,210
    Great job on the menu. Smooth and intuitive indeed.

  6. #6
    The G5 SP N_R_D's Avatar
    Join Date
    Apr 2004
    Posts
    1,118
    MY GOD.....that is great......how long did it take for that?

    Wouldnt want to enlighten us on how this is done would you?

  7. #7
    Junior Member
    Join Date
    May 2004
    Posts
    9
    the buttons on my site are kinda like that
    when you hover over one, it expands, and pushes the others aside.

    http://www.aodesign.tk

    http://anarchydesign.xriod.com

    unlike curtisrollo's site, however, my buttons dont go from really small, to really big [ there is only a slight size expansion]


    i can explain how i did it, if anyone wants me to.
    Last edited by cpt-anarchy; 08-10-2004 at 02:18 PM.

  8. #8

  9. #9
    Junior Member
    Join Date
    May 2004
    Posts
    9
    Originally posted by N_R_D
    Please.......
    wut?

  10. #10
    Junior Member
    Join Date
    Mar 2004
    Location
    Los Angeles
    Posts
    22

    how I did it

    hey NRD,

    Here's the breakdown of how my scroller works. This is totally done in actionscript with no actual tweening.

    1)From an XML file, I generate a list of thumbnails to be loaded, and arrange them in a row
    2)for each thumbnail, there is actionscript that detects how close the mouse cursor is to itself, and if it is closer than a certain number of pixels, it will ease/expand dynamically.
    3)there is a movieclip on Enterframe that constantly spaces each thumbnail a certain number of pixels apart, after taking into consideration the size of each thumbnail (as they could have expanded).
    4) another on enterframe movie clip makes sure the entire scroll bar is always centered on stage.

    I guess the hardest part is finding the right math formula. But I'm glad this menu made you so excited.

    sincerely,
    curtis

  11. #11
    Edge Animation
    Join Date
    Oct 2001
    Location
    Vancouver, Canada
    Posts
    89
    I think he means please explain!

  12. #12

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center