Results 1 to 7 of 7

Thread: Create Something Like This...

  1. #1
    Join Date
    Apr 2006
    Posts
    584
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Create Something Like This...

    I am trying to create something like this http://www.veuve-clicquot.com/en/?sA...ge=&country=au, it should load to a page where the menu floats around the screen... Anyone know how this is done?

  2. #2
    Join Date
    Mar 2007
    Location
    Currently: New York/Philadelphia
    Posts
    2,735
    Thanks
    3
    Thanked 519 Times in 507 Posts

    Default

    Which portion exactly are you trying to replicated there?

    That's some pretty sophisticated motion using all sorts of Flash math and easing classes and god knows what else.

    It's not impossible to replicate but kind of advanced. I am not nearly as experienced with Flash to be able to tell you how to do it. From what I can gleam from the actionscript though is that it's some basic elements put together in a really novel way.

    Getting a movieclip to scroll according to where you are on the page is not difficult however. The simplest way is to use an instance of startDrag/stopDrag in an onRollover situation.

  3. #3
    Join Date
    Aug 2005
    Location
    Other Side of My Monitor
    Posts
    3,494
    Thanks
    5
    Thanked 105 Times in 104 Posts
    Blog Entries
    1

    Default

    Actually there is even a more simple way to recreate this without too much math and formula.

    I am working on a small example, but in essence all you need to do is get the mouse _x and _y and make the buttons react based on that.

    a few if/else statements, some basic math functions and then some do/elsewhile's on the buttons themselves

    hopefully I can have a working example posted today or tomorrow, depends on how much my wife will let me play today
    {CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
    Follow Me on Twitter: @InkingHubris
    PHP Code:
    $result mysql_query("SELECT finger FROM hand WHERE id=3");
    echo 
    $result

  4. #4
    Join Date
    Apr 2006
    Posts
    584
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Ha ok thanks Blizzard that would be great!

  5. #5
    Join Date
    Aug 2005
    Location
    Other Side of My Monitor
    Posts
    3,494
    Thanks
    5
    Thanked 105 Times in 104 Posts
    Blog Entries
    1

    Default

    I am working on it now. Keep in mind that this IS an example, not a finished polished product, so don't expect something grandiose. Instead I am just using some small examples to show you what you can do with out too much effort
    {CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
    Follow Me on Twitter: @InkingHubris
    PHP Code:
    $result mysql_query("SELECT finger FROM hand WHERE id=3");
    echo 
    $result

  6. #6
    Join Date
    Aug 2005
    Location
    Other Side of My Monitor
    Posts
    3,494
    Thanks
    5
    Thanked 105 Times in 104 Posts
    Blog Entries
    1

    Default

    Okay, my wife says I have to stop playing on the computer for tonight.

    I will be back tomorrow morning though to do some more.

    For now I thought you would want to see where I was. All I have now is one MC that will eventually be one of our buttons. It has no actions on it right now, but it follows the mouse around the stage. it eases into place along the edge of the stage when the mouse stops moving.

    Next we will make the button start in one place, and ease back to that place. Then add the other buttons and make them do the same thing. After that we will give our buttons the rollOver actions, which will change the perspective of the other buttons not rolled over, and finally make them all move together.

    Enjoy it so far
    {CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
    Follow Me on Twitter: @InkingHubris
    PHP Code:
    $result mysql_query("SELECT finger FROM hand WHERE id=3");
    echo 
    $result

  7. #7
    Join Date
    Apr 2006
    Posts
    584
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by BLiZZaRD View Post
    Okay, my wife says I have to stop playing on the computer for tonight.

    I will be back tomorrow morning though to do some more.

    For now I thought you would want to see where I was. All I have now is one MC that will eventually be one of our buttons. It has no actions on it right now, but it follows the mouse around the stage. it eases into place along the edge of the stage when the mouse stops moving.

    Next we will make the button start in one place, and ease back to that place. Then add the other buttons and make them do the same thing. After that we will give our buttons the rollOver actions, which will change the perspective of the other buttons not rolled over, and finally make them all move together.

    Enjoy it so far
    Hey Blizzard! Any chance we could keep going ahead with this file? This is what I have come up with... What do you think? Actually it's working very smoothly, but my biggest issue is that it sits right on top of invis_mc, I only want them all to move about 10 pixels, left, right, up or down... But still in the direction of invis_mc... Ideas?

Bookmarks

Posting Permissions

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